Click or drag to resize

FloatVector Constructor

Overload List
 NameDescription
Public methodFloatVector Undefined vector. Must be resized before using.
Public methodFloatVector(DataRow) Constructs a FloatVector instance whose values are derived from the first column of each of the rows in the double row array.
Public methodFloatVector(DataRowCollection) Constructs a FloatVector instance whose values are derived from the first column of each of the rows in the data row collection.
Public methodFloatVector(DataTable) Constructs a FloatVector instance whose values are derived from the first column of the given data table.
Public methodFloatVector(DataView) Constructs a FloatVector instance whose values are derived from the first column of the given data view.
Public methodFloatVector(FloatVector) Constructs a deep copy of a FloatVector.
Public methodFloatVector(Int32) Constructs a FloatVector instance with the given length.
Public methodFloatVector(Single) Constructs a FloatVector instance from the contents of the given array.
Public methodFloatVector(String) Constructs a FloatVector instance from a given string representation.
Public methodFloatVector(TextReader) Constructs a FloatVector instance from the given text reader.
Public methodFloatVector(Int32, RandomNumberGenerator) Constructs a FloatVector instance from a random number generator.
Public methodFloatVector(Int32, Single) Constructs a FloatVector instance with the given length, and all values initialized to the given value.
Public methodFloatVector(String, NumberStyles) Returns a new FloatVector instance from a given string representation using the specified style.
Public methodFloatVector(TextReader, NumberStyles) Constructs a FloatVector instance from a given text reader using the specified style.
Public methodFloatVector(FloatDataBlock, Int32, Int32) Constructs a FloatVector instance with the specifed length, stride and referenced data.
Public methodFloatVector(Int32, RandomNumberStream, IRandomNumberDistributionSingle) Constructs a FloatVector instance from a random number generator.
Public methodFloatVector(Int32, Single, Single) Constructs a FloatVector 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