Changes the size of this vector to the specified length, adding zeros or
truncating as necessary.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexVector Resize( int elements ) |
| Visual Basic (Declaration) |
|---|
Public Function Resize ( _ elements As Integer _ ) As FloatComplexVector |
| Visual C++ |
|---|
public: FloatComplexVector^ Resize( int elements ) |
Parameters
- elements
- Type: System..::.Int32
The new size.