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

subtract

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

Overrides UInt384Value.subtract


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

Overrides UInt384Value.subtract

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

Returns a value that is (this - value).

Parameters

value - The amount to be subtracted from this value.

Return
this - value