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.0
C#
IVector Append(
	IVector other
)

Parameters

other  IVector
Another vector.

Return Value

IVector
The new vector.

See Also