|
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
)
Public Function IsInside (
range As Range
) As Boolean
Request Example
View SourceParameters
- range
- Type: AccordRange
Range to check.
Return Value
Type:
BooleanTrue if the specified range is inside of the range or
false otherwise.
See Also