FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CovarFunctionInfo Class / AcceptsReference Method


In This Topic
AcceptsReference Method (CovarFunctionInfo)
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 CovarFunctionInfo
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsReference(i)

Parameters

i
See Also