OpenV2G
|
Decimal value container. More...
#include <EXITypes.h>
Data Fields | |
int | negative |
exi_integer_t | integral |
exi_integer_t | reverseFraction |
Decimal value container.
exi_integer_t exi_decimal_t::integral |
represents the integral portion of the Decimal
int exi_decimal_t::negative |
a sign value
exi_integer_t exi_decimal_t::reverseFraction |
represents the fractional portion of the Decimal with the digits in reverse order to preserve leading zeros