toLong

actual open override fun toLong(): Long

Converts this KBigInteger to a Long value.

Return

The Long representation of this number

Throws

if the value is too large to fit in a Long

expect open override fun toLong(): Long

Converts this KBigInteger to a Long value.

Return

The Long representation of this number

Throws

if the value is too large to fit in a Long

actual open fun toLong(): Long