Click or drag to resize

OpenInterval(Double, Double) Constructor

Constructs an OpenInterval instance with the given endpoints.

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

Parameters

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