Click or drag to resize

FloatComplexVector Constructor

Overload List
 NameDescription
Public methodFloatComplexVector Undefined vector. Must be resized before using.
Public methodFloatComplexVector(FloatComplex) Constructs a FloatComplexVector instance from the contents of the given array.
Public methodFloatComplexVector(FloatComplexVector) Constructs a deep copy of a FloatComplexVector.
Public methodFloatComplexVector(Int32) Constructs a FloatComplexVector instance with the given length.
Public methodFloatComplexVector(String) Constructs a FloatComplexVector instance from a given string representation.
Public methodFloatComplexVector(TextReader) Constructs a FloatComplexVector instance from the given text reader.
Public methodFloatComplexVector(DataRow, DataRow) Constructs a FloatComplexVector instance from two data row arrays. The real parts are specified with the first column of the first data row array, and the imaginary parts by the first column of the second data row array.
Public methodFloatComplexVector(DataRowCollection, DataRowCollection) Constructs a FloatComplexVector instance from two data row collections. The real parts are specified with the first column of the first data row collection, and the imaginary parts by the first column of the second data row collection.
Public methodFloatComplexVector(DataTable, DataTable) Constructs a FloatComplexVector instance from the data tables. The real parts are specified with the first column of the first data table, and the imaginary parts by the first column in the second data table.
Public methodFloatComplexVector(DataView, DataView) Constructs a FloatComplexVector instance from the data views. The real parts are specified with the first column of the first data view, and the imaginary parts by the first column in the second data view.
Public methodFloatComplexVector(FloatVector, FloatVector) Constructs a FloatComplexVector instance from a vector of real parts and a vector of imaginary parts.
Public methodFloatComplexVector(Int32, FloatComplex) Constructs a FloatComplexVector instance with the given length, and all values initialized to the given value.
Public methodFloatComplexVector(Int32, RandomNumberGenerator) Constructs a FloatComplexVector instance from a random number generator.
Public methodFloatComplexVector(String, NumberStyles) Returns a new FloatComplexVector instance from a given string representation using the specified style.
Public methodFloatComplexVector(TextReader, NumberStyles) Constructs a FloatComplexVector instance from the given text reader using the specified style.
Public methodFloatComplexVector(FloatComplexDataBlock, Int32, Int32) Constructs a FloatComplexVector instance with the specifed length, stride and referenced data.
Public methodFloatComplexVector(Int32, FloatComplex, FloatComplex) Constructs a FloatComplexVector 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.
Public methodFloatComplexVector(Int32, RandomNumberStream, IRandomNumberDistributionSingle) Constructs a FloatComplexVector instance from a random number generator.
Top
See Also