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

subtract

abstract fun subtract(value: T): T (source)

Returns a value that is (this - value).

Parameters

value - T: The amount to be subtracted from this value.

Return
T: this - value

abstract fun subtract(value: Int): T (source)

Returns a value that is (this - value).

Parameters

value - Int: The amount to be subtracted from this value.

Return
T: this - value