Click or drag to resize

EuclidRemainder Method

Overload List
 NameDescription
Public methodStatic memberRemainder(BigInteger, BigInteger) Remainder (% operator). The result has the sign of the dividend.
Public methodStatic memberRemainder(Double, Double) Remainder (% operator). The result has the sign of the dividend.
Public methodStatic memberRemainder(Int32, Int32) Remainder (% operator). The result has the sign of the dividend.
Public methodStatic memberRemainder(Int64, Int64) Remainder (% operator). The result has the sign of the dividend.
Public methodStatic memberRemainder(Single, Single) Remainder (% operator). The result has the sign of the dividend.
Top
See Also