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

divide

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

Returns a value that is (this / value).

Parameters

value - UInt64!: The amount to divide this value by.

Exceptions

ArithmeticException - value == 0.

Return
T: this / value