[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionExpression.GetArg

GetArg Method

GetArg(int)

Returns the specified parameter being passed to the function.

Declaration
public Expression GetArg(int i)
Public Function GetArg(i As Integer) As Expression
Parameters
Type Name Description
int i

Index of the parameter (or argument)

Returns
Type Description
Expression

Parameter