Class UnaryPlusExpression
Provides methods and properties for using UnaryPlusExpression.
Inheritance
System.Object
UnaryPlusExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class UnaryPlusExpression : UnaryOperatorExpression, IPrecalculatedExpressionThreeNode
Constructors
UnaryPlusExpression(RadExpression)
Initializes a new instance of the UnaryPlusExpression class.
Declaration
public UnaryPlusExpression(RadExpression operand)
Parameters
RadExpression
operand
The operand. |
Properties
OperatorInfo
Gets the operator info.
Declaration
public override OperatorInfo OperatorInfo { get; }
Property Value
OperatorInfo
The operator info as OperatorInfo. |
Overrides
Methods
GetValueOverride(Double)
Gets the value of the expression.
Declaration
protected override RadExpression GetValueOverride(double operand)
Parameters
System.Double
operand
The operand as double. |
Returns
RadExpression
Value as RadExpression. |