Interval.UpperBound Property

Gets the upper bound of the interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double UpperBound { get; }

Property Value

Double
The upper bound of the interval.

See Also