Click or drag to resize

DoubleComplexVectorResize Method

Changes the size of this vector to the specified length, adding zeros or truncating as necessary.

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

Parameters

elements  Int32
The new size.

Return Value

DoubleComplexVector
This vector.
See Also