valueOf

open fun valueOf(arg: Int): Number(source)

Converts instance of Int to an element of the Ring it is equal to.

The result is equal to a sum of arg number of units.


open fun valueOf(arg: Long): Number(source)

Converts instance of Long to an element of the Ring it is equal to.

The result is equal to a sum of arg number of units.