M_Rhino_Geometry_Interval_IncludesParameter - mcneel/rhinocommon-api-docs GitHub Wiki
Tests a parameter for Interval inclusion.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IncludesParameter(
double t
)
VB
Public Function IncludesParameter (
t As Double
) As Boolean
- t
- Type: System.Double
Parameter to test.
Type: Boolean
true if t is contained within or is coincident with the limits of this Interval.
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
IncludesParameter Overload
Rhino.Geometry Namespace