Location:
e32std.h
Link against:
TBool Rng(T aMin,T aVal,T aMax)
Support
Supported from 5.0
Description
Determines whether the specified value lies within a defined range
of values.
Parameters
T aMin |
The lower value of the range |
T aVal |
The value to be compared. |
T aMax |
The higher value of the range. |
|
Return value
T |
True, if the specified value lies within the range; false,
otherwise. |
|