Click or drag to resize

FloatComplexVector(Int32) Constructor

Constructs a FloatComplexVector instance with the given length.

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

Parameters

length  Int32
A non-negative value for the length.
See Also