Inside
Category: Arithmetics
Since engine version: 5.1 OC
Description
Returns true
, if value >= lower_bound and val <= upper_bound.
Syntax
bool Inside(int value, int lower_bound, int upper_bound);
Parameters
- value:
Input value
- lower_bound:
Lower limit
- upper_bound:
Upper limit
PeterW, 2001-11