[]
Determines whether the function accepts CalcError values for the specified argument.
public virtual bool AcceptsError(int i)
Public Overridable Function AcceptsError(i As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | i | Index of the argument |
| Type | Description |
|---|---|
| bool | True if the function accepts CalcError values for the specified argument; false otherwise |