Interval.IncludesParameter Method (Double)

IntervalIncludesParameter Method (Double)

Tests a parameter for Interval inclusion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IncludesParameter(
	double t
)
Public Function IncludesParameter ( 
	t As Double
) As Boolean

Parameters

t
Type: SystemDouble
Parameter to test.

Return Value

Type: Boolean
true if t is contained within or is coincident with the limits of this Interval.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also