inline TInt LimX(TInt aVal, TUint aLimit);
Description
Tests whether the specified value is strictly less than the specified upper limit.
Parameters
TInt aVal |
The value to be tested. |
TUint aLimit |
The upper limit. |
|
Return value
TInt
|
True, if the value is strictly less than the specified upper limit; false, otherwise. |
|