Integral – Integral Types
The Integral
class extends the Num
class and supports two additional methods for working with integral numbers, integer division and integer remainder:
Basic types Int
and Integer
are instances of the Integral
class.
Last updated