Spread Windows Forms 12.0 Product Documentation
GetArg Method


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionExpression Class : GetArg Method
Index of the parameter (or argument)
Returns the specified parameter being passed to the function.
Syntax
'Declaration
 
Public Function GetArg( _
   ByVal i As Integer _
) As Expression
'Usage
 
Dim instance As FunctionExpression
Dim i As Integer
Dim value As Expression
 
value = instance.GetArg(i)
public Expression GetArg( 
   int i
)

Parameters

i
Index of the parameter (or argument)

Return Value

Expression object containing the expression
See Also

Reference

FunctionExpression Class
FunctionExpression Members