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

subtract

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

Overrides UInt256Value.subtract


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

Overrides UInt256Value.subtract

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

Returns a value that is (this - value).

Parameters

value - The amount to be subtracted from this value.

Return
this - value