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

add

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

Returns a value that is (this + value).

Parameters

value - The amount to be added to this value.

Return
this + value