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


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