Range<T>.High Property

Definition

Gets the high value in the range.

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

Property Value

T

The high value in the range.

Applies to