Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

LimX()

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.