IntervalIncludesParameter Method (Double) |
Tests a parameter for Interval inclusion.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IncludesParameter(
double t
)
Public Function IncludesParameter (
t As Double
) As Boolean
Parameters
- t
- Type: SystemDouble
Parameter to test.
Return Value
Type:
Booleantrue if t is contained within or is coincident with the limits of this Interval.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also