byteSize -
Variable in class dspl.intermediate.variable.Variable
Stores the size (in bytes) of the Variable
For primitives:
float,int,uint = 4 bytes
byte,ubyte = 1 byte
complex = 8 bytes (2 floats)
for arrays = # of elements * size of array's primitive type