 | DoubleVectorResizeAndClear Method |
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: 7.4
Syntaxpublic DoubleVector ResizeAndClear(
int elements
)
Public Function ResizeAndClear (
elements As Integer
) As DoubleVector
public:
DoubleVector^ ResizeAndClear(
int elements
)
member ResizeAndClear :
elements : int -> DoubleVector
Parameters
- elements Int32
- The new size.
Return Value
DoubleVectorThis vector.
See Also