Click or drag to resize

ICurveIncludesParameter Method

Tests a parameter for Interval inclusion.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool IncludesParameter(
	double t
)

Parameters

t
Type: SystemDouble
Parameter to test.

Return Value

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