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