M_Rhino_Geometry_Interval_IncludesParameter_1 - 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,
bool strict
)
VB
Public Function IncludesParameter (
t As Double,
strict As Boolean
) As Boolean
- t
- Type: System.Double
Parameter to test. - strict
- Type: System.Boolean
If true, the parameter must be fully on the inside of the Interval.
Type: Boolean
true if t is contained within the limits of this Interval.
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
IncludesParameter Overload
Rhino.Geometry Namespace