M_Rhino_Geometry_Interval_IncludesParameter - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.IncludesParameter Method (Double)

Tests a parameter for Interval inclusion.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IncludesParameter(
	double t
)

VB

Public Function IncludesParameter ( 
	t As Double
) As Boolean

Parameters

 

t
Type: System.Double
Parameter to test.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
IncludesParameter Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️