August 2001
Intermediate to advanced
656 pages
18h 5m
English
IEEERemainder Function
System.Math
Math.IEEERemainder(x, y)x and y
Use: Required
Data Type: Double
Returns the remainder after dividing x by
y
Returns a Double whose value is the remainder after dividing
x by y
Math.IEEEremainder(4, 3) ' Returns 1
VB has a built-in Mod operator that also returns
the remainder upon division.
The IEEERemainder function complies with the remainder operation as defined in Section 5.1 of ANSI/IEEE Std 754-1985; IEEE Standard for Binary Floating-Point Arithmetic; Institute of Electrical and Electronics Engineers, Inc; 1985.
This is a Shared member, so it can be used without creating any objects.
The IEEERemainder function is new to the .NET Framework.
Read now
Unlock full access