BigInteger

expect constructor(value: String)

Parameters

value

the string representation of this large integer


expect constructor(bytes: ByteArray)

Create an instance of BigInteger from a ByteArray

Parameters

bytes

ByteArray representing the large integer

actual constructor(value: String)

An arbitrarily large signed integer

Parameters

value

the string representation of this large integer


actual constructor(bytes: ByteArray)

Create an instance of BigInteger from a ByteArray

Parameters

bytes

ByteArray representing the large integer

actual constructor(value: String)

An arbitrarily large signed integer

Parameters

value

the string representation of this large integer


actual constructor(bytes: ByteArray)

Create an instance of BigInteger from a ByteArray

Parameters

bytes

ByteArray representing the large integer