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