SYMBIAN OS V9.2
» Symbian OS v9.2 » Symbian OS reference » C++ component reference » Base E32 » Min()
Location: e32cmn.h
e32cmn.h
Min()
inline T Min(T aLeft, T aRight);
Returns the smaller of two values.
T aLeft
The first value to be compared.
T aRight
The second value to be compared.
T
The smaller value.
inline T Min(T aLeft, TUint aRight);
Returns the smaller 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.