Appends the given element to this vector.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector Append( double x ) |
| Visual Basic (Declaration) |
|---|
Public Function Append ( _ x As Double _ ) As DoubleVector |
| Visual C++ |
|---|
public: DoubleVector^ Append( double x ) |
Parameters
- x
- Type: System..::.Double
The element to append.
Return Value
A reference to self.
Remarks
A new vector is allocated and data is copied.