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