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