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

add

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

Returns a value that is (this + value).

Parameters

value - T: The amount to be added to this value.

Return
T: this + value

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

Returns a value that is (this + value).

Parameters

value - Long: The amount to be added to this value.

Return
T: this + value