Spread Silverlight Documentation
Evaluate Method (CalcBinaryOperator)


GrapeCity.CalcEngine.Operators Namespace > CalcBinaryOperator Class : Evaluate Method
The left operand.
The right operand..
The GrapeCity.CalcEngine.CalcEvaluatorContext associate with the operator evaluation.
Returns the result of the operator applied to the operands.
Syntax
'Declaration
 
Public MustOverride Function Evaluate( _
   ByVal left As System.Object, _
   ByVal right As System.Object, _
   ByVal context As CalcEvaluatorContext _
) As System.Object
'Usage
 
Dim instance As CalcBinaryOperator
Dim left As System.Object
Dim right As System.Object
Dim context As CalcEvaluatorContext
Dim value As System.Object
 
value = instance.Evaluate(left, right, context)
public abstract System.object Evaluate( 
   System.object left,
   System.object right,
   CalcEvaluatorContext context
)

Parameters

left
The left operand.
right
The right operand..
context
The GrapeCity.CalcEngine.CalcEvaluatorContext associate with the operator evaluation.

Return Value

Result of the operator applied to the operand.
See Also

Reference

CalcBinaryOperator Class
CalcBinaryOperator Members