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: 5.1.0.0

Syntax

C#
public DoubleComplexVector Resize(
	int elements
)
Visual Basic (Declaration)
Public Function Resize ( _
	elements As Integer _
) As DoubleComplexVector
Visual C++
public:
DoubleComplexVector^ Resize(
	int elements
)

Parameters

elements
Type: System..::.Int32
The new size.

Return Value

This vector.

See Also