+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Ceiling function (Vb.net)


Math.Ceiling (Vb.net)
Math.Ceiling() function returns the upper bound value of the specified number.
Input parameter data type
  • Double
  • Decimal
Example
MsgBox(Math.Ceiling(5.1))
Return Value
The message box will display 6.

0 comments: