IIntervalIncludesParameter Method
Tests a parameter for Interval inclusion.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool IncludesParameter(
double t
)
Function IncludesParameter (
t As Double
) As Boolean
bool IncludesParameter(
double t
)
abstract IncludesParameter :
t : float -> bool
- t Double
- Parameter to test.
Booleantrue if t is contained within or is coincident with the limits of this Interval.