Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / NegBinomDistFunction Field


In This Topic
    NegBinomDistFunction Field
    In This Topic
    Specifies an instance of the NEGBINOMDIST function.
    Syntax
    'Declaration
     
    Public Shared ReadOnly NegBinomDistFunction As FunctionInfo
    'Usage
     
    Dim value As FunctionInfo
     
    value = FunctionInfo.NegBinomDistFunction
    public static readonly FunctionInfo NegBinomDistFunction
    Remarks
    For more information on this function, refer to the NEGBINOMDIST function in the Spread for .NET Formula Reference.
    See Also