OperandValue.this

Create a new OperandValue using an integer

  1. this(ulong i)
    union OperandValue
    this
    (
    ulong i
    )
  2. this(double d)
  3. ulong i;
  4. double d;

Meta