open fun intValue(): Int
Provides this value as an int.
ArithmeticException - If the value does not fit an int, that is if !fitsInt().
ArithmeticException
int
!fitsInt()
Return Int: This value as a java int assuming it is small enough to fit an int.