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