Category: Arithmetics
Since engine version: 1.0 OC
Inside
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
See also: BoundBy