Abstraction of integral numeric types. That is, types
with no fractional part, including Integer. The
division operation for integral numeric types results
in a remainder. Therefore, integral numeric types have
an operation to determine the remainder of any division
operation.
| Attributes | |
| unit | Source Code shared formal Boolean unit Determine if the number is one. |
| zero | Source Code shared formal Boolean zero Determine if the number is zero. |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: Enumerable<Other> |
| Attributes inherited from: Invertable<Inverse> |
| Attributes inherited from: Ordinal<Other> |
| Methods | |
| divides | Source Code Determine if this number is a factor of the given number. |
| remainder | Source Code shared formal Other remainder(Other other) The remainder, after dividing this number by the given number. See also: Numeric.divided |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: Numeric<Other> |
| Methods inherited from: Summable<Other> |