tuweni / org.apache.tuweni.units.bigints / BaseUInt384Value / divide

divide

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

Overrides UInt384Value.divide


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

Overrides UInt384Value.divide

open fun divide(value: UInt384): T (source)

Returns a value that is (this / value).

Parameters

value - The amount to divide this value by.

Exceptions

ArithmeticException - value == 0.

Return
this / value