open fun add(value: T): T
(source)
Overrides UInt384Value.add
open fun add(value: Long): T
(source)
Overrides UInt384Value.add
open fun add(value: UInt384): T
(source)
Returns a value that is (this + value)
.
value
- The amount to be added to this value.
Return
this + value