Click or drag to resize

OpenClosedInterval(Double, Double) Constructor

Constructs an OpenClosedInterval instance with the given endpoints.

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

Parameters

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