valueOf

open override fun valueOf(arg: Int): Int(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 override fun valueOf(arg: UInt): Int(source)

Converts instance of UInt to an element of the Semiring it is equal to.

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


open override fun valueOf(arg: Long): Int(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.


open override fun valueOf(arg: ULong): Int(source)

Converts instance of ULong to an element of the Semiring it is equal to.

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