 | DoubleVectorAppend(Double) Method |
Appends the given element to this vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector Append(
double x
)
Public Function Append (
x As Double
) As DoubleVector
public:
DoubleVector^ Append(
double x
)
member Append :
x : float -> DoubleVector
Parameters
- x Double
- The element to append.
Return Value
DoubleVectorA reference to self.
Remarks
A new vector is allocated and data is copied.
See Also