| Tizen Native API
    4.0
    | 
Dali::Log< number, base > Struct Template Reference
  Compiles time template to calculate base logarithm of N. More...
Detailed Description
template<size_t number, size_t base = 2>
struct Dali::Log< number, base >
Compiles time template to calculate base logarithm of N.
- Since:
- 2.4, DALi version 1.0.0
- Template Parameters:
- 
  number for which to calculate the logarithm base logarithm to calculate 
- Note:
- Values need to be compile time constants. Usage: Log< 100, 10 >::value; value equals 2