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

Parameters

operand
The operand for the operator evaluation.
context
The context associated with the operator evaluation.

Return Value

The result of the operator applied to the operand.
See Also

Reference

UnaryOperator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.