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

In This Topic
Fix(Double) Method
In This Topic
Return the integer portion of a number.
Syntax
'Declaration
 
Public Overloads Shared Function Fix( _
   ByVal number As Double _
) As Double
 

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