Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DegreesFunctionInfo Class / MaxArgs Property


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