Click or drag to resize

VectorConcatenate Method (Vector, Vector, Vector)

Concatenates two given vectors and writes the result to another one.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static void Concatenate(
	Vector head,
	Vector tail,
	Vector result
)

Parameters

head
Type: FinMath.LinearAlgebraVector
The first vector to concatenate.
tail
Type: FinMath.LinearAlgebraVector
The second vector to concatenate.
result
Type: FinMath.LinearAlgebraVector
The result of concatenation.
See Also