How To Round A Number In Visual Basic

[Solved] How To Round A Number In Visual Basic | Basic - Code Explorer | yomemimo.com
Question : how to round a number in visual basic

Answered by : charlie-webster

Math.Round(Val({Value to be rounded}), {amount of decimal places})
Example:
Math.Round(Val(19/2), 0)

Source : | Last Update : Wed, 12 Aug 20

Answers related to how to round a number in visual basic

Code Explorer Popular Question For Basic