Example #1
0
 public Operand Compute()
 {
     return(new Operand(Op.Compute(LOperand, ROperand)));
 }