Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32cmn.h

Min()

inline T Min(T aLeft, T aRight);

Description

Returns the smaller of two values.

Parameters

T aLeft

The first value to be compared.

T aRight

The second value to be compared.

Return value

T

The smaller value.


Min()

inline T Min(T aLeft, TUint aRight);

Description

Returns the smaller 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 smaller value.