Click or drag to resize

EvaluateFunctionHandler Delegate

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.NCalc.EvaluateFunctionHandler"]

Namespace:  Stimulsoft.Data.Expressions.NCalc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public delegate void EvaluateFunctionHandler(
	string name,
	FunctionArgs args
)

Parameters

name
Type: SystemString
args
Type: Stimulsoft.Data.Expressions.NCalcFunctionArgs
See Also