answersLogoWhite

0

Rounding in Visual Basic is the method of rounding an integer up, or flooring an integer, which is rounding down.

To round up, you use the System.Math.Round function.

To round down, or floor, you use the System.Math.Floor function.

User Avatar

Wiki User

16y ago

What else can I help you with?