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