Click or drag to resize

DoubleComplexVector Constructor

Overload List
 NameDescription
Public methodDoubleComplexVector Undefined vector. Must be resized before using.
Public methodDoubleComplexVector(DoubleComplex) Constructs a DoubleComplexVector instance from the contents of the given array.
Public methodDoubleComplexVector(DoubleComplexVector) Constructs a deep copy of a DoubleComplexVector.
Public methodDoubleComplexVector(Int32) Constructs a DoubleComplexVector instance with the given length.
Public methodDoubleComplexVector(String) Constructs a DoubleComplexVector instance from a given string representation.
Public methodDoubleComplexVector(TextReader) Constructs a DoubleComplexVector instance from the given text reader.
Public methodDoubleComplexVector(DataRow, DataRow) Constructs a DoubleComplexVector 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 methodDoubleComplexVector(DataRowCollection, DataRowCollection) Constructs a DoubleComplexVector 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 methodDoubleComplexVector(DataTable, DataTable) Constructs a DoubleComplexVector 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 methodDoubleComplexVector(DataView, DataView) Constructs a DoubleComplexVector 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 methodDoubleComplexVector(DoubleVector, DoubleVector) Constructs a DoubleComplexVector instance from a vector of real parts and a vector of imaginary parts.
Public methodDoubleComplexVector(Int32, DoubleComplex) Constructs a DoubleComplexVector instance with the given length, and all values initialized to the given value.
Public methodDoubleComplexVector(Int32, FloatComplex) Constructs a DoubleComplexVector instance with the given length, and all values initialized to the given value.
Public methodDoubleComplexVector(Int32, RandomNumberGenerator) Constructs a DoubleComplexVector instance from a random number generator.
Public methodDoubleComplexVector(String, NumberStyles) Returns a new DoubleComplexVector instance from a given string representation using the specified style.
Public methodDoubleComplexVector(TextReader, NumberStyles) Constructs a DoubleComplexVector instance from the given text reader using the specified style.
Public methodDoubleComplexVector(DoubleComplexDataBlock, Int32, Int32) Constructs a DoubleComplexVector instance with the specifed length, stride and referenced data.
Public methodDoubleComplexVector(Int32, DoubleComplex, DoubleComplex) Constructs a DoubleComplexVector 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 methodDoubleComplexVector(Int32, RandomNumberStream, IRandomNumberDistributionDouble) Constructs a DoubleComplexVector instance from a random number generator.
Top
See Also