Returns a Double rounded to an Integer.
Syntax:
MathLibObject.RoundDouble(dParam As Double)
The RoundDouble Method (MathLib Object) syntax has these parts:
| Part |
Description |
| MathLibObject |
An object expression that evaluates to a MathLib object. |
| dParam |
The Double value that you want rounded. |
Remarks:
The RoundDouble method will round Double values in pretty much the same way that Visual Basic does. For Example 2.45 will become 2, 2.67 will become 3, -2.45 will become -2 and -2.67 will become -3.