Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcDStDevPFunction Class / AcceptsArray Method
Index of the argument


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

    Parameters

    i
    Index of the argument
    See Also