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

add

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

Overrides UInt64Value.add


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

Overrides UInt64Value.add

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

Returns a value that is (this + value).

Parameters

value - The amount to be added to this value.

Return
this + value