GrapeCity.Xaml.CalcEngine
Evaluate Method (CalcPercentOperator)


Operand for the operator evaluation.
The GrapeCity.CalcEngine.CalcEvaluatorContext associate with the operator evaluation.
Returns the result of the operator applied to the operand.
Syntax
'Declaration
 
Public Overrides Function Evaluate( _
   ByVal operand As Object, _
   ByVal context As CalcEvaluatorContext _
) As Object
'Usage
 
Dim instance As CalcPercentOperator
Dim operand As Object
Dim context As CalcEvaluatorContext
Dim value As Object
 
value = instance.Evaluate(operand, context)
public override object Evaluate( 
   object operand,
   CalcEvaluatorContext context
)

Parameters

operand
Operand for the operator evaluation.
context
The GrapeCity.CalcEngine.CalcEvaluatorContext associate with the operator evaluation.

Return Value

Result of the operator applied to the operand.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcPercentOperator Class
CalcPercentOperator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options