Share via


BinaryOperatorKind Enum

Definition

Enumeration of binary operators.

public enum BinaryOperatorKind
type BinaryOperatorKind = 
Public Enum BinaryOperatorKind
Inheritance
BinaryOperatorKind

Fields

Add 8

The add operator.

And 1

The logical and operator.

Divide 11

The div operator.

Equal 2

The eq operator.

GreaterThan 4

The gt operator.

GreaterThanOrEqual 5

The ge operator.

LessThan 6

The lt operator.

LessThanOrEqual 7

The le operator.

Modulo 12

The mod operator.

Multiply 10

The mul operator.

NotEqual 3

The ne operator.

Or 0

The logical or operator.

Subtract 9

The sub operator.

Applies to