Apama
10.2.0.3
|
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 and from strings.
See also com::softwareag::connectivity::decimal_t which is how this should be referred to in customer code.
uint64_t sag_underlying_decimal_t::d |
The IEEE-754 data.