CalculatorOperationKind Enum
Specifies an operation used with a calculator.
public enum CalculatorOperationKind
Fields
| Name | Description |
|---|---|
| Add | Add. |
| Divide | Divide. |
| Multiply | Multiply. |
| Percent | Convert the entry to a percentage of the previous operand. |
| Reciprocal | Reciprocal (1/x). |
| SquareRoot | Square root. |
| Subtract | Subtract. |
| ToggleSign | Toggle whether the number is positive or negative. |