AcceptsMissingArgument Method (FvFunctionInfo)
Indicates whether the Evaluate method can process missing arguments.
public override bool AcceptsMissingArgument(
int
)
'Declaration
Public Overrides Function AcceptsMissingArgument( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As FvFunctionInfo
Dim i As Integer
Dim value As Boolean
value = instance.AcceptsMissingArgument(i)
Parameters
- i