OperandValue.this

Create a new OperandValue using a double

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

Meta