GrapeCity.Xaml.CalcEngine
AcceptsMissingArgument Method (CalcHex2OctFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcHex2OctFunction Class : AcceptsMissingArgument Method
Indicates whether the Evaluate method can process missing arguments.
Syntax
'Declaration
 
Public Overrides Function AcceptsMissingArgument( _
   ByVal i As Integer _
) As Boolean
'Usage
 
Dim instance As CalcHex2OctFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsMissingArgument(i)
public override bool AcceptsMissingArgument( 
   int i
)

Parameters

i
See Also

Reference

CalcHex2OctFunction Class
CalcHex2OctFunction Members