Click or drag to resize

FloatComplexVector(FloatComplexDataBlock, Int32, Int32) Constructor

Constructs a FloatComplexVector instance with the specifed length, stride and referenced data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector(
	FloatComplexDataBlock block,
	int length,
	int stride
)

Parameters

block  FloatComplexDataBlock
The data to reference.
length  Int32
A non-negative value for the length.
stride  Int32
Distance between vector elements in the data.
See Also