tuweni / org.apache.tuweni.units.bigints / BaseUInt256Value / divideCeil

divideCeil

open fun divideCeil(value: T): T (source)
open fun divideCeil(value: Long): T (source) open fun divideCeil(value: UInt256!): T (source)

Returns a value that is (this / value).

Parameters

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

Exceptions

ArithmeticException - value == 0.

Return
T: this / value