In This Topic
To make a round mathematic operation for double type number.
Syntax
'Declaration
Public Overloads Shared Function Round( _
ByVal As Double _
) As Integer
public static int Round(
double
)
Parameters
- paraNum
- A double number to be rounded.
Return Value
The number nearest value with precision equal to double.
See Also