Click or drag to resize
GeInterval Constructor
Creates the finite, semi-finite or infinite interval using specified (optional) upper and lower bounds.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeInterval(
	double lower = NaN,
	double upper = NaN
)

Parameters

lower (Optional)
Type: SystemDouble
upper (Optional)
Type: SystemDouble
Remarks