Enum
OperationType

Represents all the available operation types.

Definition

Namespace:Telerik.Windows.Controls.Calculator

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum OperationType

Fields

Binary

The binary operation type.

Declaration

cs-api-definition
Binary = 0

Field Value

OperationType

Equals

The equals operation type.

Declaration

cs-api-definition
Equals = 3

Field Value

OperationType

Percent

The percent operation type.

Declaration

cs-api-definition
Percent = 2

Field Value

OperationType

Unary

The unary operation type.

Declaration

cs-api-definition
Unary = 1

Field Value

OperationType

In this article
DefinitionFieldsBinaryEqualsPercentUnary
Not finding the help you need?
Contact Support