sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
|
Float representation on integers. More...
#include "arm_inlines_float.h"
Data Fields | |
DWORD | integer |
Integer part. | |
DWORD | fractionnal |
Fractional part. | |
BYTE | nb_frac |
Number of fractional digits. | |
BOOL | sign |
Sign: true if negative. | |
Float representation on integers.
DWORD sIntFrac::fractionnal |
Fractional part.
DWORD sIntFrac::integer |
Integer part.
BYTE sIntFrac::nb_frac |
Number of fractional digits.
BOOL sIntFrac::sign |
Sign: true if negative.