Class NumberBinaryOperatorExpression
Abstract base for binary operators that operate on numeric operands and return numeric results.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class NumberBinaryOperatorExpression : BinaryOperatorExpression<double>, IPrecalculatedExpressionThreeNode
Constructors
NumberBinaryOperatorExpression(RadExpression, RadExpression)
Initializes a new instance of the NumberBinaryOperatorExpression class with the specified left and right operands.
Declaration
protected NumberBinaryOperatorExpression(RadExpression left, RadExpression right)
Parameters
|
RadExpression
left
The left. |
|
RadExpression
right
The right. |
Properties
OperandsType
Gets the operand type required by this operator, which is numeric.
Declaration
public override ArgumentType OperandsType { get; }
Property Value
|
ArgumentType
The type of the operands as ArgumentType. |