Constructs a new interval.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Interval(
T lowerBound,
T upperBound
)
Public Sub New (
lowerBound As T,
upperBound As T
)
public:
Interval(
T lowerBound,
T upperBound
)
new :
lowerBound : 'T *
upperBound : 'T -> Interval
Parameters
- lowerBound
- Type: T
T value that specifies the lower bound of the interval. - upperBound
- Type: T
T value that specifies the upper bound of the interval.
Reference