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

multiply

open fun multiply(value: T): T (source)

Overrides UInt64Value.multiply


open fun multiply(value: Long): T (source)

Overrides UInt64Value.multiply

open fun multiply(value: UInt64): T (source)

Returns a value that is (this * value).

Parameters

value - The amount to multiply this value by.

Return
this * value