var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription); var value; // Type: object value = instance.evaluate(args);
function evaluate( args : object ) : object;
Parameters
- args
- Arguments for the function evaluation
Return Value
The result of the function applied to the arguments.