open fun multiply(value: T): T
(source)open fun multiply(value: Long): T
(source)
open fun multiply(value: UInt384!): T
(source)
Returns a value that is (this * value)
.
value
- UInt384!: The amount to multiply this value by.
Return
T: this * value