Click or drag to resize

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)
Syntax
C#
public bool ContainsValue(
	T value
)

Parameters

value
Type: T
The value to test

Return Value

Type: Boolean
True if the value is inside Range, else false
See Also