+92 332 4229 857 99ProjectIdeas@Gmail.com

Math BigMul function (Vb.net)


Math.BigMul (Vb.net)
Math.BigMul() multiplies two 32 bit numbers.
Input parameter data type
Math.BigMul() function accepts two 32 bit numbers as integer.
Example
MsgBox(Math.BigMul(10000000, 10000000))
Return Value
The message box will display 100000000000000.

0 comments: