Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

PmFloat_s Struct Reference

PmFloat_s Struct Reference

Float obj. More...

#include <float.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
float val
 Float value.

Detailed Description

Float obj.

32b floating point number

Definition at line 33 of file float.h.


Field Documentation

Object descriptor.

Definition at line 36 of file float.h.

float val

Float value.

Definition at line 39 of file float.h.