[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.Evaluate

Evaluate Method

Evaluate(object[])

Returns the result of the function applied to the arguments.

Declaration
public abstract object Evaluate(object[] args)
Public MustOverride Function Evaluate(args As Object()) As Object
Parameters
Type Name Description
object[] args

Arguments for the function evaluation

Returns
Type Description
object

Result of the function applied to the arguments

Evaluate(object[], object)

Returns the result of the function applied to the arguments.

Declaration
public virtual object Evaluate(object[] args, object context)
Public Overridable Function Evaluate(args As Object(), context As Object) As Object
Parameters
Type Name Description
object[] args

Arguments for the function evaluation

object context

Context in which the evaluation occurs

Returns
Type Description
object

Result of the function applied to the arguments