Click or drag to resize

FloatComplexVectorResizeAndClear Method

Changes the size of this vector to the specified length, and resets the value of all data elements to zero.

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

Parameters

elements  Int32
The new size.

Return Value

FloatComplexVector
This vector.
See Also