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