Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcLinestFunction Class / AcceptsArray Method


In This Topic
    AcceptsArray Method (CalcLinestFunction)
    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 CalcLinestFunction
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsArray(i)
    public override bool AcceptsArray( 
       int i
    )

    Parameters

    i
    See Also