Class PercentExpression
Provides methods and properties for using PercentExpression.
Inheritance
System.Object
PercentExpression
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 PercentExpression : UnaryOperatorExpression, IPrecalculatedExpressionThreeNode
Constructors
PercentExpression(RadExpression)
Initializes a new instance of the Percent
Declaration
public PercentExpression(RadExpression operand)
Parameters
Rad The operand as RadExpression. |
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. |