GrapeCity.Xaml.CalcEngine
MinArgs Property (CalcDec2HexFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcDec2HexFunction Class : MinArgs Property
Gets the minimum number of arguments for the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MinArgs As Integer
'Usage
 
Dim instance As CalcDec2HexFunction
Dim value As Integer
 
value = instance.MinArgs
public override int MinArgs {get;}

Property Value

The minimum number of arguments for the function.
See Also

Reference

CalcDec2HexFunction Class
CalcDec2HexFunction Members