Overload List

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

See Also