Wie man eine Zahl in Visual Basic rundet

Math.Round(Val({Value to be rounded}), {amount of decimal places})

Example:

Math.Round(Val(19/2), 0)
CharlRae