Modulus(BinarySize, BinarySize) | Returns the remainder after dividing two BinarySize values. |
Modulus(BinarySize, Int64) | Returns the remainder after dividing a BinarySize value by a Int64. |
Modulus(Int64, BinarySize) | Returns the remainder after dividing a Int64 value by a BinarySize. |