exip
Alpha 0.5.4
|
Represents base 10 (decimal) floating-point data. More...
#include <procTypes.h>
Data Fields | |
int64_t | mantissa |
int16_t | exponent |
The default Float representation in EXIP. Maps directly to the EXI Float datatype. Used for float and decimal data.
Definition at line 227 of file bin/headers/procTypes.h.
int16_t EXIFloat::exponent |
Definition at line 230 of file bin/headers/procTypes.h.
int64_t EXIFloat::mantissa |
Definition at line 229 of file bin/headers/procTypes.h.