SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » Rng()
Location: e32cmn.h
e32cmn.h
Rng()
inline TBool Rng(T aMin, T aVal, T aMax);
Determines whether a specified value lies within a defined range of values.
T aMin
The lower value of the range.
T aVal
The value to be compared.
T aMax
The higher value of the range.
TBool
True, if the specified value lies within the range; false, otherwise.
Copyright ©2008 Symbian Software Ltd.