|
Interval3IncludesParameter Method
|
Tests a parameter for Interval inclusion.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool IncludesParameter(
double t
)
Public Function IncludesParameter (
t As Double
) As Boolean
public:
virtual bool IncludesParameter(
double t
) sealed
abstract IncludesParameter :
t : float -> bool
override 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.
Implements
IIntervalIncludesParameter(Double)
See Also