Block Vector<T>.Get Block Method
Gets the vector block with the specified index.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> GetBlock(
int index
)
Parameters
- index Int32
- The zero-based index of the vector.