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


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