Determines whether this interval contains the specified value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool Contains(
T value
)
Parameters
- value T
- The value to test for membership.
Return Value
Boolean if
value is within the interval; otherwise,
.
See Also