Class UnaryMinusExpression
Provides methods and properties for using UnaryMinusExpression.
Inheritance
System.Object
UnaryMinusExpression
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 UnaryMinusExpression : UnaryOperatorExpression, IPrecalculatedExpressionThreeNode
Constructors
UnaryMinusExpression(RadExpression)
Initializes a new instance of the Unary
Declaration
public UnaryMinusExpression(RadExpression operand)
Parameters
Rad The operand. |
Properties
OperatorInfo
Gets the operator info.
Declaration
public override OperatorInfo OperatorInfo { get; }
Property Value
Operator The operator info as OperatorInfo. |
Overrides
Methods
GetValueOverride(Double)
Gets the value of the expression.
Declaration
protected override RadExpression GetValueOverride(double operand)
Parameters
System. The operand as double. |
Returns
Rad Value as RadExpression. |