New to Telerik Document ProcessingStart a free 30-day trial

Base for expressions that perform operations on operands using operators (+, -, *, /, etc.), managing precedence and associativity.

Definition

Constructors

Initializes a new operator expression with default state.

C#
protected OperatorExpression()

Properties

Gets the operator metadata including its symbol, precedence, and associativity.

C#
public abstract OperatorInfo OperatorInfo { get; }
Property Value:

The operator info.