open fun multiply(value: T): T
(source)
Overrides UInt32Value.multiply
open fun multiply(value: Int): T
(source)
Overrides UInt32Value.multiply
open fun multiply(value: UInt32): T
(source)
Returns a value that is (this * value)
.
value
- The amount to multiply this value by.
Return
this * value