Interval Constructor

Constructs a new interval.

Definition

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

Parameters

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

See Also