open fun toLong(): Long
Returns this value as a long.
ArithmeticException - If the value does not fit a long, that is if !fitsLong().
ArithmeticException
long
!fitsLong()
Return Long: This value as a java long assuming it is small enough to fit a long.