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


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