Click or drag to resize

GH_Interval1D Constructor

Constructor.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public GH_Interval1D(
	double na,
	double nb
)

Parameters

na
Type: SystemDouble
Start of interval.
nb
Type: SystemDouble
End of interval.
See Also