Interval<T> Constructor

Constructs a new interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Interval(
	T lowerBound,
	T upperBound
)

Parameters

lowerBound  T
T value that specifies the lower bound of the interval.
upperBound  T
T value that specifies the upper bound of the interval.

See Also