bytes / net.consensys.cava.bytes / Bytes / intValue

intValue

open fun intValue(): Int (source)

The value corresponding to interpreting these bytes as an integer.

Exceptions

IllegalArgumentException - if size() > 4.

Return
An value corresponding to this value interpreted as an integer.