VideoTools
|
A simple fixed-point number class with a scale factor of 1000. More...
#include <grcolourspacetypes.h>
Public Types | |
typedef int | int_t |
Public Member Functions | |
fp_1000 (int i) g__noexcept | |
fp_1000 (int i_scaled, int) g__noexcept | |
int | to_builtin () const g__noexcept |
Static Public Member Functions | |
static fp_1000 | value__ (int i_scaled) g__noexcept |
Public Attributes | |
int_t | m_i |
Static Public Attributes | |
static g__constexpr int | scale__ = 1000 |
A simple fixed-point number class with a scale factor of 1000.
Definition at line 34 of file grcolourspacetypes.h.