Range.All Field

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly Range All

Field Value

Range

Remarks

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

See Also