CorMath: IEEERemainder

IEEERemainder

Returns the remainder resulting from the division of a specified number by another specified number.



 Public Function IEEERemainder(
	  ByVal x As Double,
	  ByVal y As Double ) As Double

Parameters

x
[ByVal] Double. A dividend.
y
[ByVal] Double. A devisor.

Return Values

Double -  The remainder of the division.

See Also

Project CorLib Overview

Class CorMath Overview