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


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