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

Returns a value that is (this + value).

Parameters

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

Return
T: this + value