Represents the range over an entire row, column, or vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly All As Range
C#
public static readonly Range All
C++
public:
static initonly Range All

Remarks

By using this special Range, you can avoid having to specify the EndIndex of the range.