Round

Top  Previous  Next

Sub Round($value As Double) As Integer

 

This function rounds a real-type value to an integer-type value.

 

Parameters

 

$value ... Real type value

 

Example:

Dim $i

 

$i = Round(1233.75)

' returns $i = 1234