New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for binary operators that operate on numeric operands and return numeric results.

Definition

Constructors

Initializes a new instance of the NumberBinaryOperatorExpression class with the specified left and right operands.

C#
protected NumberBinaryOperatorExpression(RadExpression left, RadExpression right, Workbook workbook = null)
Parameters:leftRadExpression

The left.

rightRadExpression

The right.

workbookWorkbook

The workbook.

Properties

Gets the operand type required by this operator, which is numeric.

C#
public override ArgumentType OperandsType { get; }
Property Value:

The type of the operands as ArgumentType.

Overrides: BinaryOperatorExpression<double>.OperandsType