MicrOS
|
Type represent float value as array of bytes. More...
#include <math.h>
Public Attributes | |
float | f |
Float value. More... | |
unsigned char | bytes [sizeof(float)] |
Array of bytes. More... | |
Type represent float value as array of bytes.
unsigned char float_byte::bytes[sizeof(float)] |
Array of bytes.
float float_byte::f |
Float value.