Click or drag to resize

Interval(Double, Double, IntervalType) Constructor

Constructs an Interval instance of the specifed type with the given endpoints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Interval(
	double min,
	double max,
	IntervalType type
)

Parameters

min  Double
The left endpoint for the interval.
max  Double
The right endpoint for the interval.
type  IntervalType
The interval type.
See Also