Tizen Native API
Dali::Epsilon< N > Struct Template Reference

Compile time template to calculate the machine epsilon for a given floating point number. More...


Detailed Description

template<size_t N>
struct Dali::Epsilon< N >

Compile time template to calculate the machine epsilon for a given floating point number.

Since :
2.4
Template Parameters:
Nthe number for which to calculate the machine epsilon
Note:
value needs to be compile time constant Usage: Epsilon<1000>::value; value equals 0.000119209