Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / PearsonFunctionInfo Class / MaxArgs Property


In This Topic
    MaxArgs Property (PearsonFunctionInfo)
    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 PearsonFunctionInfo
    Dim value As Integer
     
    value = instance.MaxArgs
    public override int MaxArgs {get;}
    See Also