SpreadJS Documentation
evaluate Method
The left operand.
The right operand.
The context associated with the operator evaluation.
Returns the result of the operator applied to the operands.
Syntax
var instance = new GcSpread.Sheets.Calc.Operators.BinaryOperator(name, acceptsReference);
var value; // Type: object
value = instance.evaluate(left, right, context);
function evaluate( 
   left : object,
   right : object,
   context : object
) : object;

Parameters

left
The left operand.
right
The right operand.
context
The context associated with the operator evaluation.

Return Value

Result of the operator applied to the operands.
See Also

Reference

BinaryOperator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.