Click or drag to resize
Accord.NET (logo)

IntRangeIsInside Method (Int32)

Check if the specified value is inside of the range.

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

Parameters

x
Type: SystemInt32
Value to check.

Return Value

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