Click or drag to resize

FloatComplexDataBlock(Int32) Constructor

Constructs a data block that references a new array of of the specified length.

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

Parameters

length  Int32
The number of elements in the new array.
See Also