'Usage Dim instance As CalcProbFunction Dim i As Integer Dim value As Boolean value = instance.AcceptsMissingArgument(i)
Parameters
- i
- Index of the argument
Return Value
true if the Evaluate method can process missing arguments; otherwise, false.
'Usage Dim instance As CalcProbFunction Dim i As Integer Dim value As Boolean value = instance.AcceptsMissingArgument(i)