tuweni / org.apache.tuweni.units.bigints / BaseUInt32Value / multiply

multiply

open fun multiply(value: T): T (source)
open fun multiply(value: Int): T (source) open fun multiply(value: UInt32!): T (source)

Returns a value that is (this * value).

Parameters

value - UInt32!: The amount to multiply this value by.

Return
T: this * value