UIQ 3 SDK
UIQ developer portal
FEEDBACK
» UIQ 3 SDK » Symbian OS v9.1 » Symbian OS reference » C++ component reference » Base E32 » Max()
Location: e32cmn.h
e32cmn.h
Max()
inline T Max(T aLeft, T aRight);
Returns the larger of two values.
T aLeft
The first value to be compared.
T aRight
The second value to be compared.
T
The larger value.
inline T Max(T aLeft, TUint aRight);
Returns the larger of two objects, where the right hand object is a treated as a TInt for the purpose of comparison.
TUint aRight
TUint
© Copyright Symbian Software Ltd 2006. All rights reserved. UIQ 3 SDK 9 May 2006
Terms and conditions of use of the material