Creator

interface Creator<BigType>

Inheritors

Properties

Link copied to clipboard
abstract val ONE: BigType
Link copied to clipboard
abstract val TEN: BigType
Link copied to clipboard
abstract val TWO: BigType
Link copied to clipboard
abstract val ZERO: BigType

Functions

Link copied to clipboard
abstract fun fromBigInteger(bigInteger: BigInteger): BigType
Link copied to clipboard
abstract fun fromByte(byte: Byte): BigType
Link copied to clipboard
abstract fun fromInt(int: Int): BigType
Link copied to clipboard
abstract fun fromLong(long: Long): BigType
Link copied to clipboard
abstract fun fromShort(short: Short): BigType
Link copied to clipboard
abstract fun fromUByte(uByte: UByte): BigType
Link copied to clipboard
abstract fun fromUInt(uInt: UInt): BigType
Link copied to clipboard
abstract fun fromULong(uLong: ULong): BigType
Link copied to clipboard
abstract fun fromUShort(uShort: UShort): BigType
Link copied to clipboard
abstract fun parseString(string: String, base: Int = 10): BigType
Link copied to clipboard
abstract fun tryFromDouble(double: Double, exactRequired: Boolean = false): BigType
Link copied to clipboard
abstract fun tryFromFloat(float: Float, exactRequired: Boolean = false): BigType