compareTo

actual open operator override fun compareTo(other: KBigInteger): Int

Compares this KBigInteger with the specified KBigInteger.

Return

-1 if this < other, 0 if this == other, 1 if this other

Parameters

other

The KBigInteger to compare with

expect open operator override fun compareTo(other: KBigInteger): Int

Compares this KBigInteger with the specified KBigInteger.

Return

-1 if this < other, 0 if this == other, 1 if this other

Parameters

other

The KBigInteger to compare with