Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / SumX2MY2FunctionInfo Class / MinArgs Property


In This Topic
MinArgs Property (SumX2MY2FunctionInfo)
In This Topic
Gets the minimum number of arguments for the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MinArgs As Integer
 
'Usage
 
Dim instance As SumX2MY2FunctionInfo
Dim value As Integer
 
value = instance.MinArgs
See Also