SYMBIAN OS V9.2
» Symbian OS v9.2 » 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 ©2007 Symbian Software Ltd.