'Declaration Public Enum Calculator.Operation Inherits System.Enum
'Usage Dim instance As Calculator.Operation
public enum Calculator.Operation : System.Enum
'Declaration Public Enum Calculator.Operation Inherits System.Enum
'Usage Dim instance As Calculator.Operation
public enum Calculator.Operation : System.Enum
| Member | Description | 
|---|---|
| Add | The Add operation. | 
| Clear | The Clear operation. | 
| Divide | The Divide operation. | 
| Fraction | The Fraction operation. | 
| Multiply | The Multiply operation. | 
| Negate | The Negate operation. | 
| None | No operation. | 
| Percent | The Percent operation. | 
| Sqrt | The Square Root operation. | 
| Subtract | The Subtract operation. | 
System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.Calculator.Operation