Range.All Field

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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