Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32cmn.h

Max()

inline T Max(T aLeft, T aRight);

Description

Returns the larger of two values.

Parameters

T aLeft

The first value to be compared.

T aRight

The second value to be compared.

Return value

T

The larger value.


Max()

inline T Max(T aLeft, TUint aRight);

Description

Returns the larger of two objects, where the right hand object is a treated as a TInt for the purpose of comparison.

Parameters

T aLeft

The first value to be compared.

TUint aRight

The second value to be compared.

Return value

T

The larger value.