Retro Rocket Kernel
BASIC-Powered Operating System
ub_var_double_array Struct Reference

An array of real (double) More...

#include <basic.h>

+ Collaboration diagram for ub_var_double_array:

Data Fields

uint64_t itemcount
 
const char * varname
 
double * values
 
struct ub_var_double_arraynext
 

Detailed Description

An array of real (double)

Field Documentation

◆ itemcount

uint64_t ub_var_double_array::itemcount

◆ next

struct ub_var_double_array* ub_var_double_array::next

◆ values

double* ub_var_double_array::values

◆ varname

const char* ub_var_double_array::varname