Main Page
Modules
Data Structures
Files
Related Pages
Data Structures
Data Fields
lbmsdm_decimal_t_stct Struct Reference
Structure to hold a scaled decimal number. A scaled decimal number consists of a mantissa
and an exponent
. It represents the value
.
More...
#include <
lbmsdm.h
>
Data Fields
int64_t
mant
int8_t
exp
Detailed Description
The mantissa is represented as a 64-bit signed integer. The exponent is represented as an 8-bit signed integer, and can range from -128 to 127.
Field Documentation
int64_t
lbmsdm_decimal_t_stct::mant
Mantissa.
int8_t
lbmsdm_decimal_t_stct::exp
Exponent.
The documentation for this struct was generated from the following file:
lbmsdm.h
Generated on Thu Mar 6 13:11:24 2014 for LBM API by
1.5.2