sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
Loading...
Searching...
No Matches
sIntFrac Struct Reference

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.
 

Detailed Description

Float representation on integers.

Field Documentation

◆ fractionnal

DWORD sIntFrac::fractionnal

Fractional part.

◆ integer

DWORD sIntFrac::integer

Integer part.

◆ nb_frac

BYTE sIntFrac::nb_frac

Number of fractional digits.

◆ sign

BOOL sIntFrac::sign

Sign: true if negative.


The documentation for this struct was generated from the following file: