Class UnaryOperatorExpression
Abstract class providing methods and properties for using UnaryOperatorExpression.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class UnaryOperatorExpression : OperatorExpression, IPrecalculatedExpressionThreeNode
Constructors
UnaryOperatorExpression(RadExpression)
Initializes a new instance of the UnaryOperatorExpression class.
Declaration
protected UnaryOperatorExpression(RadExpression operand)
Parameters
RadExpression
operand
The operand. |
Properties
ArgumentConversionRules
Gets the argument conversion rules.
Declaration
public virtual ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
ArgumentConversionRules
The argument conversion rules. |
Operand
Gets the operand.
Declaration
public RadExpression Operand { get; }
Property Value
RadExpression
The operand. |
Methods
GetValueOverride()
Overridable method for getting expression value.
Declaration
protected override sealed RadExpression GetValueOverride()
Returns
RadExpression
The value as RadExpression. |
Overrides
GetValueOverride(Double)
Gets the value of the expression.
Declaration
protected abstract RadExpression GetValueOverride(double operand)
Parameters
System.Double
operand
The operand as double. |
Returns
RadExpression
Value as RadExpression. |