Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / MinArgs Property


In This Topic
    MinArgs Property
    In This Topic
    Gets the minimum number of arguments for the function.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property MinArgs As Integer
    'Usage
     
    Dim instance As FunctionInfo
    Dim value As Integer
     
    value = instance.MinArgs
    public abstract int MinArgs {get;}

    Property Value

    Integer number of arguments
    See Also