MicrOS
float_byte Union Reference

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...
 

Detailed Description

Type represent float value as array of bytes.

Member Data Documentation

◆ bytes

unsigned char float_byte::bytes[sizeof(float)]

Array of bytes.

◆ f

float float_byte::f

Float value.


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