Interval<T>.Upper Bound Property
Gets the upper bound of the interval.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The upper bound of the interval.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T UpperBound { get; }
Property Value
TThe upper bound of the interval.