| DoubleComplexDataBlock(DoubleComplex, Int32) Constructor |
Constructs a data block that references the elements in a
given array, beginning from the specified offset into the array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexDataBlock(
DoubleComplex[] data,
int offset
)
Public Sub New (
data As DoubleComplex(),
offset As Integer
)
public:
DoubleComplexDataBlock(
array<DoubleComplex>^ data,
int offset
)
new :
data : DoubleComplex[] *
offset : int -> DoubleComplexDataBlock
Parameters
- data DoubleComplex
- An array of DoubleComplex numbers to be referenced.
- offset Int32
- The beginning index.
See Also