IVector.Append Method
Appends a vector at the end of this vector and returns the result.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The new vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
IVector Append(
IVector other
)
Parameters
- other IVector
- Another vector.
Return Value
IVectorThe new vector.