OperandValue

The value of an operand

Constructors

this
this(ulong i)

Create a new OperandValue using an integer

this
this(double d)

Create a new OperandValue using a double

Members

Variables

d
double d;

The value of an operand

i
ulong i;

The value of an operand

Meta