minus

open operator override fun ULong.minus(other: ULong): ULong(source)

Subtracts this number and the other integer as elements of the Ring.

The result is equal to this - other.value.

Because it is partially defined, it may throw ArithmeticException. Be aware of the operation's domain!

Throws

iff the subtraction is not defined for the provided operands.