[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.Evaluate

Evaluate Method

Evaluate(IArguments, IValue)

Evaluates the function based on specified arguments and set evaluated value to result.

Declaration
protected virtual void Evaluate(IArguments arguments, IValue result)
Protected Overridable Sub Evaluate(arguments As IArguments, result As IValue)
Parameters
Type Name Description
IArguments arguments

The IArguments object indicates set of arguments.

IValue result

The IValue object to set result value.