Enum
OperatorAssociativity

Defines whether an operator evaluates left-to-right or right-to-left when operators of equal precedence appear in an expression.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum OperatorAssociativity

Fields

Left

Evaluates from left to right when operators have equal precedence.

Declaration

cs-api-definition
Left = 0

Field Value

OperatorAssociativity

Right

Evaluates from right to left when operators have equal precedence.

Declaration

cs-api-definition
Right = 1

Field Value

OperatorAssociativity

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