tuweni / org.apache.tuweni.units.bigints / UInt64Value / intValue

intValue

open fun intValue(): Int (source)

Returns this value as an int.

Exceptions

ArithmeticException - If the value does not fit an int, that is if !fitsInt().

Return
Int: This value as a java int assuming it is small enough to fit an int.