Apama
9.10.0.4.289795
|
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64. More...
#include <sag_connectivity_c.h>
Public Attributes | |
uint64_t | d |
The IEEE-754 data. More... | |
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64.
This struct only provides access to the 64 bit data, which can be accessed with a 64-bit decimal library in order to perform arithmetic or convert to / from strings.
uint64_t sag_underlying_decimal_t::d |
The IEEE-754 data.