Overload List
| Name | Description | |
|---|---|---|
| FloatComplexDataBlock()()() |
Default constructor.
| |
| FloatComplexDataBlock(Int32) |
Constructs a data block that references a new array of
of the specified length.
| |
| FloatComplexDataBlock(array<FloatComplex>[]()[], Int32) |
Constructs a data block that references the elements in a
given array, beginning from the specified offset into the array.
| |
| FloatComplexDataBlock(FloatComplexDataBlock, Int32) |
Constructs a data block that references elements in the
same array as the supplied FloatComplexDataBlock instance, incrementing
the offset into the array by the given amount.
|