Exemplo n.º 1
0
 MathOperation.Division => Divide(operand1, operand2),
Exemplo n.º 2
0
 MathOperation.Subtraction => Subtract(operand1, operand2),
Exemplo n.º 3
0
 MathOperation.Multiplication => Multiply(operand1, operand2),
Exemplo n.º 4
0
 MathOperation.Addition => Add(operand1, operand2),