+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Floor function (Vb.net)


Math.Floor (Vb.net)
This Math.Floor() function returns the lower bound value of the specified number.
Input parameter data type
Math.Floor() function accepts decimal as input parameter data type.
Example
MsgBox(Math.Floor(5.2))
Return Value
The message box will display 5.

0 comments: