Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / StDevAFunctionInfo Class / AcceptsReference Method


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

    Parameters

    i
    See Also