tuweni / org.apache.tuweni.units.bigints / UInt32Value / subtractExact

subtractExact

open fun subtractExact(value: T): T (source)

Returns a value that is (this - value).

Parameters

value - T: the amount to be subtracted to this value

Exceptions

ArithmeticException - if the result of the subtraction overflows

Return
T: this - value

open fun subtractExact(value: Int): T (source)

Returns a value that is (this - value).

Parameters

value - Int: the amount to be subtracted to this value

Exceptions

ArithmeticException - if the result of the subtraction overflows

Return
T: this - value