Click or drag to resize

ClosedOpenInterval(Double, Double) Constructor

Constructs a ClosedOpenInterval instance with the given endpoints.

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

Parameters

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