RangeTContainsValue Method |
Determines if the provided value is inside the range.
Namespace:
Rubedos.RosToolsApplicationBase
Assembly:
Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntaxpublic bool ContainsValue(
T value
)
Parameters
- value
- Type: T
The value to test
Return Value
Type:
BooleanTrue if the value is inside Range, else false
See Also