Spread Silverlight Documentation
Evaluate Method (CalcUnaryOperator)


GrapeCity.CalcEngine.Operators Namespace > CalcUnaryOperator Class : Evaluate Method
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 MustOverride Function Evaluate( _
   ByVal operand As System.Object, _
   ByVal context As CalcEvaluatorContext _
) As System.Object
'Usage
 
Dim instance As CalcUnaryOperator
Dim operand As System.Object
Dim context As CalcEvaluatorContext
Dim value As System.Object
 
value = instance.Evaluate(operand, context)
public abstract System.object Evaluate( 
   System.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.
See Also

Reference

CalcUnaryOperator Class
CalcUnaryOperator Members