Click or drag to resize

VectorGetSubVector Method (Int32, Int32)

Gets values of the subvector of this vector.

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

Parameters

offset
Type: SystemInt32
The offset in this vector where the subvector begins.
count
Type: SystemInt32
The size of the subvector.

Return Value

Type: Vector
The requested subvector.
See Also