ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / Int Method / Int(Object) Method
Required. A number of type Double or any valid numeric expression. If number contains Nothing, Nothing is returned.

In This Topic
    Int(Object) Method
    In This Topic
    Return the integer portion of a number.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Int( _
       ByVal number As Object _
    ) As Object
    public static object Int( 
       object number
    )

    Parameters

    number
    Required. A number of type Double or any valid numeric expression. If number contains Nothing, Nothing is returned.

    Return Value

    Return the integer portion of a number.
    See Also