MicrOS
double_byte Union Reference

Type represent double value as array of bytes. More...

#include <math.h>

Public Attributes

double f
 Double value. More...
 
unsigned char bytes [sizeof(double)]
 Array of bytes. More...
 

Detailed Description

Type represent double value as array of bytes.

Member Data Documentation

◆ bytes

unsigned char double_byte::bytes[sizeof(double)]

Array of bytes.

◆ f

double double_byte::f

Double value.


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