units / org.apache.tuweni.units.bigints / UInt256Value / plus

plus

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

Returns a value that is (this + value).

This notation can be used in Kotlin with the + operator.

Parameters

value - The amount to be added to this value.

Return
this + value