M_Rhino_Geometry_Interval_IncludesParameter_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.IncludesParameter Method (Double, Boolean)

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,
	bool strict
)

VB

Public Function IncludesParameter ( 
	t As Double,
	strict As Boolean
) As Boolean

Parameters

 

t
Type: System.Double
Parameter to test.
strict
Type: System.Boolean
If true, the parameter must be fully on the inside of the Interval.

Return Value

Type: Boolean
true if t is contained within 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** ⚠️