Math.IEEERemainder (Vb.net)
Math.IEEERemainder() function returns the remainder resulting from the division.
Input parameter data type
Math.IEEERemainder() function accepts double as input parameter data type.
Example
Dim res As Integer = 0
res = Math.IEEERemainder(10, 20)
MsgBox(res)
Return Value
The message box will display 10.
0 comments:
Post a Comment