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


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