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

subtract

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

Overrides UInt32Value.subtract


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

Overrides UInt32Value.subtract

open fun subtract(value: UInt32): T (source)

Returns a value that is (this - value).

Parameters

value - The amount to be subtracted from this value.

Return
this - value