cadenza / cadenza.data / BigInt

BigInt

class BigInt : TruffleObject, Comparable<BigInt>

Constructors

<init>

BigInt(value: Long)
BigInt(value: BigInteger)

Properties

value

val value: BigInteger

Functions

asByte

fun asByte(): Byte

asDouble

fun asDouble(): Double

asFloat

fun asFloat(): Float

asInt

fun asInt(): Int

asLong

fun asLong(): Long

asShort

fun asShort(): Short

compareTo

fun compareTo(other: BigInt): Int

equals

fun equals(other: Any?): Boolean

fitsInByte

fun fitsInByte(): Boolean

fitsInDouble

fun fitsInDouble(): Boolean

fitsInFloat

fun fitsInFloat(): Boolean

fitsInInt

fun fitsInInt(): Boolean

fitsInLong

fun fitsInLong(): Boolean

fitsInShort

fun fitsInShort(): Boolean

hashCode

fun hashCode(): Int

isNatural

fun isNatural(): Boolean

isNumber

fun isNumber(): Boolean

toString

fun toString(): String