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

add

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

Overrides UInt384Value.add


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

Overrides UInt384Value.add

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

Returns a value that is (this + value).

Parameters

value - The amount to be added to this value.

Return
this + value