tuweni / org.apache.tuweni.units.bigints / UInt384Value / 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: Long): T (source)

Returns a value that is (this - value).

Parameters

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

Return
T: this - value