Interval<T> Constructor

Constructs a new interval.

Definition

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