EuclidRemainder Method |
| Name | Description | |
|---|---|---|
| Remainder(BigInteger, BigInteger) | Remainder (% operator). The result has the sign of the dividend. | |
| Remainder(Double, Double) | Remainder (% operator). The result has the sign of the dividend. | |
| Remainder(Int32, Int32) | Remainder (% operator). The result has the sign of the dividend. | |
| Remainder(Int64, Int64) | Remainder (% operator). The result has the sign of the dividend. | |
| Remainder(Single, Single) | Remainder (% operator). The result has the sign of the dividend. |