Apama  10.1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sag_underlying_decimal_t Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

uint64_t sag_underlying_decimal_t::d

The IEEE-754 data.


The documentation for this struct was generated from the following file: