Click or drag to resize
Accord.NET (logo)

RangeIsInside Method (Range)

Check if the specified range is inside of the range.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IsInside(
	Range range
)
Request Example View Source

Parameters

range
Type: AccordRange
Range to check.

Return Value

Type: Boolean
True if the specified range is inside of the range or false otherwise.
See Also