UnaryPlusExpression
Class
Expression that preserves the sign of a numeric value, representing the unary plus operator (+).
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class UnaryPlusExpression : UnaryOperatorExpression
Inheritance: objectRadExpressionOperatorExpressionUnaryOperatorExpressionUnaryPlusExpression
Inherited Members
Constructors
Initializes a new unary plus expression that will preserve the operand's sign.
C#
public UnaryPlusExpression(RadExpression operand, Workbook workbook = null)
The operand.
workbookWorkbookThe workbook.
Methods
Returns the operand unchanged, effectively preserving its sign.
C#
protected override RadExpression GetValueOverride(double operand)
The operand as double.
Returns:Value as RadExpression.
Overrides:
Properties
Gets the operator metadata for the unary plus operator.
C#
public override OperatorInfo OperatorInfo { get; }
The operator info as OperatorInfo.
Overrides: