Class OperatorExpression
Base for expressions that perform operations on operands using operators (+, -, *, /, etc.), managing precedence and associativity.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class OperatorExpression : RadExpression, IPrecalculatedExpressionThreeNode
Constructors
OperatorExpression()
Initializes a new operator expression with default state.
Declaration
protected OperatorExpression()
Properties
OperatorInfo
Gets the operator metadata including its symbol, precedence, and associativity.
Declaration
public abstract OperatorInfo OperatorInfo { get; }
Property Value
|
OperatorInfo
The operator info. |