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

fitsInt

open fun fitsInt(): Boolean (source)

Returns true if this value fits an int.

Return
Boolean: True if this value fits a java int (i.e. is less or equal to Integer.MAX_VALUE).