SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » LimX()
Location: e32cmn.h
e32cmn.h
LimX()
inline TInt LimX(TInt aVal, TUint aLimit);
Tests whether the specified value is strictly less than the specified upper limit.
TInt aVal
TInt
The value to be tested.
TUint aLimit
TUint
The upper limit.
True, if the value is strictly less than the specified upper limit; false, otherwise.
Copyright ©2008 Symbian Software Ltd.