![]() |
Boron 2.1.0
|
UCell structure for number types. More...
Data Fields | |
UCellId | id |
Type and flags. | |
UCell structure for number types.
double UCellNumber::d |
Double for double!, date!, and time! type.
This should be accessed with the ur_double() macro.
int64_t UCellNumber::i64 |
Integer for char! and int! types.
This should be accessed with the ur_char() or ur_int() macros.