Expression that subtracts the right operand from the left operand, representing the subtraction operator (-).
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class SubtractionExpression : NumberBinaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<double>NumberBinaryOperatorExpressionSubtractionExpression...
Inherited Members
Constructors
Initializes a new subtraction expression with left and right operands.
C#
public SubtractionExpression(RadExpression left, RadExpression right, Workbook workbook = null)
The left.
rightRadExpressionThe right.
workbookWorkbookThe workbook.
Methods
Calculates the difference between the two operands.
C#
protected override RadExpression GetValueOverride(double[] operands)
The operands of type T.
Returns:Value as RadExpression.
Overrides:
Properties
Gets the operator metadata for the subtraction operator.
C#
public override OperatorInfo OperatorInfo { get; }
The operator info as OperatorInfo.
Overrides: