SpreadJS Documentation
GC.Spread.CalcEngine.Functions Namespace / Function type / evaluate Method
Arguments for the function evaluation
In This Topic
    evaluate Method
    In This Topic
    Returns the result of the function applied to the arguments.
    Syntax
    var instance = new GC.Spread.CalcEngine.Functions.Function(name,
                                                              minArgs,
                                                              maxArgs,
                                                              functionDescription,
                                                              functionDescription.description,
                                                              functionDescription.parameter,
                                                              functionDescription.parameter.name,
                                                              functionDescription.parameter.repeatable,
                                                              functionDescription.parameter.optional);
    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.
    See Also

    Reference

    Function type