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

Parameters

other  IVector
Another vector.

Return Value

IVector
The new vector.

See Also