[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.AcceptsError

AcceptsError Method

AcceptsError(int)

Determines whether the function accepts CalcError values for the specified argument.

Declaration
public virtual bool AcceptsError(int i)
Public Overridable Function AcceptsError(i As Integer) As Boolean
Parameters
Type Name Description
int i

Index of the argument

Returns
Type Description
bool

True if the function accepts CalcError values for the specified argument; false otherwise