BlockVector<T>.GetBlock Method

Gets the vector block with the specified index.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> GetBlock(
	int index
)

Parameters

index  Int32
The zero-based index of the vector.

Return Value

Vector<T>

See Also