Click or drag to resize

VectorGetSubVector Method (Int32, Vector)

Gets values of the subvector of this vector.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void GetSubVector(
	int offset,
	Vector result
)

Parameters

offset
Type: SystemInt32
The offset in this vector where the subvector begins.
result
Type: FinMath.LinearAlgebraVector
The vector to copy to.
See Also