inline TBool Rng(T aMin, T aVal, T aMax);
Description
Determines whether a 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
TBool
|
True, if the specified value lies within the range; false, otherwise. |
|