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 DoubleVector ResizeAndClear( int elements ) |
| Visual Basic (Declaration) |
|---|
Public Function ResizeAndClear ( _ elements As Integer _ ) As DoubleVector |
| Visual C++ |
|---|
public: DoubleVector^ ResizeAndClear( int elements ) |
Parameters
- elements
- Type: System..::.Int32
The new size.