yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
ncx_num_t Union Reference

union of all the basic number types if float not supported, then it is stored as an int64 More...

#include <ncxtypes.h>

Collaboration diagram for ncx_num_t:

Data Fields

int32 i
 NCX_BT_INT.
 
int64 l
 NCX_BT_LONG.
 
uint32 u
 NCX_BT_UINT.
 
uint64 ul
 NCX_BT_ULONG. More...
 
int64 d
 NCX_BT_DOUBLE.
 
ncx_dec64_t dec
 NCX_BT_DECIMAL64.
 

Detailed Description

union of all the basic number types if float not supported, then it is stored as an int64

Field Documentation

◆ ul

uint64 ul

NCX_BT_ULONG.

'd' used only in XPath


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