Loading...
Searching...
No Matches
senml_decfrac_t Struct Reference

Decimal fraction containing a value in the form of m * 10^e. More...

Detailed Description

Decimal fraction containing a value in the form of m * 10^e.

Definition at line 212 of file senml.h.

#include <senml.h>

Data Fields

int32_t e
 Exponent.
 
int32_t m
 Mantissa.
 

Field Documentation

◆ e

int32_t senml_decfrac_t::e

Exponent.

Definition at line 213 of file senml.h.

◆ m

int32_t senml_decfrac_t::m

Mantissa.

Definition at line 214 of file senml.h.


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