Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / GammaLnFunction Field


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