Changes the size of this vector to the specified length, and resets the value
of all data elements to zero.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexVector ResizeAndClear( int elements ) |
| Visual Basic (Declaration) |
|---|
Public Function ResizeAndClear ( _ elements As Integer _ ) As FloatComplexVector |
| Visual C++ |
|---|
public: FloatComplexVector^ ResizeAndClear( int elements ) |
Parameters
- elements
- Type: System..::.Int32
The new size.