Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexDataBlock(
	DoubleComplex[] data,
	int offset
)

Parameters

data  DoubleComplex
An array of DoubleComplex numbers to be referenced.
offset  Int32
The beginning index.
See Also