Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcZTestFunction Class / AcceptsMissingArgument Method
Index of the argument


In This Topic
    AcceptsMissingArgument Method (CalcZTestFunction)
    In This Topic
    Indicates whether the Evaluate method can process missing arguments.
    Syntax
    'Declaration
     
    Public Overrides Function AcceptsMissingArgument( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As CalcZTestFunction
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsMissingArgument(i)
    public override bool AcceptsMissingArgument( 
       int i
    )

    Parameters

    i
    Index of the argument

    Return Value

    true if the Evaluate method can process missing arguments; otherwise, false.
    See Also