Click or drag to resize

RangeTIsInsideRange Method

Determines if this Range is inside the bounds of another range.

Namespace:  Rubedos.RosToolsApplicationBase
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
public bool IsInsideRange(
	Range<T> range
)

Parameters

range
Type: Rubedos.RosToolsApplicationBaseRangeT
The parent range to test on

Return Value

Type: Boolean
True if range is inclusive, else false
See Also