Boron 2.1.0
Data Fields
UCellNumber Struct Reference

UCell structure for number types. More...

Data Fields

UCellId id
 Type and flags.
 
int64_t i64
 Integer for char! and int! types. More...
 
double d
 Double for double!, date!, and time! type. More...
 

Detailed Description

UCell structure for number types.

Field Documentation

◆ d

UCellNumber::d

Double for double!, date!, and time! type.

This should be accessed with the ur_double() macro.

◆ i64

UCellNumber::i64

Integer for char! and int! types.

This should be accessed with the ur_char() or ur_int() macros.


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