Range<T>.Low Property

Definition

Gets the low value in the range.

public T Low { get; }
member this.Low : 'T
Public ReadOnly Property Low As T

Property Value

T

The low value in the range.

Applies to