|
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)
Syntaxbool IncludesParameter(
double t
)
Function IncludesParameter (
t As Double
) As Boolean
bool IncludesParameter(
double t
)
abstract IncludesParameter :
t : float -> bool
Parameters
- t
- Type: SystemDouble
Parameter to test.
Return Value
Type:
Booleantrue if t is contained within or is coincident with the limits of this Interval.
See Also