Class OperationType
Represents all the available operation types.
Inheritance
System.Object
OperationType
Namespace: Telerik.Windows.Controls.Calculator
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class OperationType : Enum
Fields
Binary
Equals
Percent
The percent operation type.
Declaration
public const OperationType Percent
Field Value
OperationType
|
Unary
value__
Declaration
public int value__
Field Value
System.Int32
|