Interval Constructor

Constructs a new interval.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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