![]() | Double |
The DoubleComplexDataBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleComplexDataBlock | Default constructor. |
![]() | DoubleComplexDataBlock(Int32) | Constructs a data block that references a new array of of the specified length. |
![]() | DoubleComplexDataBlock(DoubleComplex, Int32) | Constructs a data block that references the elements in a given array, beginning from the specified offset into the array. |
![]() | DoubleComplexDataBlock(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. |
Name | Description | |
---|---|---|
![]() | Data | The array referenced by this data block. |
![]() | Item | Custom indexer for the DoubleComplexDataBlock struct. |
![]() | Length | The number of elements reference by this data block. |
![]() | Offset | The current offset into the array referenced by this data block. |