Click or drag to resize

FloatComplexDataBlock(FloatComplex, 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 FloatComplexDataBlock(
	FloatComplex[] data,
	int offset
)

Parameters

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