Click or drag to resize

DoubleComplexDataBlock Constructor

Overload List
 NameDescription
Public methodDoubleComplexDataBlock Default constructor.
Public methodDoubleComplexDataBlock(Int32) Constructs a data block that references a new array of of the specified length.
Public methodDoubleComplexDataBlock(DoubleComplex, Int32) Constructs a data block that references the elements in a given array, beginning from the specified offset into the array.
Public methodDoubleComplexDataBlock(DoubleComplexDataBlock, Int32) Constructs a data block that references elements in the same array as the supplied DoubleComplexDataBlock instance, incrementing the offset into the array by the given amount.
Top
See Also