Click or drag to resize

DoubleVector Constructor

Overload List
 NameDescription
Public methodDoubleVector Undefined vector. Must be resized before using.
Public methodDoubleVector(DataRow) Constructs a DoubleVector instance whose values are derived from the first column of each of the rows in the double row array.
Public methodDoubleVector(DataRowCollection) Constructs a DoubleVector instance whose values are derived from the first column of each of the rows in the data row collection.
Public methodDoubleVector(DataTable) Constructs a DoubleVector instance whose values are derived from the first column of the given data table.
Public methodDoubleVector(DataView) Constructs a DoubleVector instance whose values are derived from the first column of the given data view.
Public methodDoubleVector(Double) Constructs a DoubleVector instance from the contents of the given array.
Public methodDoubleVector(DoubleVector) Constructs a deep copy of a DoubleVector.
Public methodDoubleVector(Int32) Constructs a DoubleVector instance with the given length.
Public methodDoubleVector(String) Constructs a DoubleVector instance from a given string representation.
Public methodDoubleVector(TextReader) Constructs a DoubleVector instance from the given text reader.
Public methodDoubleVector(Int32, RandomNumberGenerator) Constructs a DoubleVector instance from a random number generator.
Public methodDoubleVector(Int32, Double) Constructs a DoubleVector instance with the given length, and all values initialized to the given value.
Public methodDoubleVector(Int32, Single) Constructs a DoubleVector instance with the given length, and all values initialized to the given value.
Public methodDoubleVector(String, NumberStyles) Returns a new DoubleVector instance from a given string representation using the specified style.
Public methodDoubleVector(TextReader, NumberStyles) Constructs a DoubleVector instance from a given text reader using the specified style.
Public methodDoubleVector(DoubleDataBlock, Int32, Int32) Constructs a DoubleVector instance with the specifed length, stride and referenced data.
Public methodDoubleVector(Int32, RandomNumberStream, IRandomNumberDistributionDouble) Constructs a DoubleVector instance from a random number generator.
Public methodDoubleVector(Int32, Double, Double) Constructs a DoubleVector instance with the given length. Values are initialized starting with the given initial value, incremented by the specified amount for each element in the vector.
Top
See Also