Jak zaokrąglić numer w Visual Basic
Math.Round(Val({Value to be rounded}), {amount of decimal places})
Example:
Math.Round(Val(19/2), 0)
CharlRae
Math.Round(Val({Value to be rounded}), {amount of decimal places})
Example:
Math.Round(Val(19/2), 0)