valueOf

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