Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionExpression Class / GetArg Method
Index of the parameter (or argument)


In This Topic
    GetArg Method
    In This Topic
    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

    Parameter
    See Also