ActiveReports 12
Int(Decimal) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Conversion Class > Int Method : Int(Decimal) Method
Required. A number of type Double or any valid numeric expression. If number contains Nothing, Nothing is returned.
Return the integer portion of a number.
Syntax
'Declaration
 
Public Overloads Shared Function Int( _
   ByVal number As Decimal _
) As Decimal
public static decimal Int( 
   decimal 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

Reference

Conversion Class
Conversion Members
Overload List