KBigIntegerFactory

Factory object for creating KBigInteger instances. Provides convenient methods for creating KBigInteger objects from various types.

Properties

Link copied to clipboard

Constant representing one as a KBigInteger

Link copied to clipboard

Constant representing ten as a KBigInteger

Link copied to clipboard

Constant representing zero as a KBigInteger

Functions

Link copied to clipboard
fun fromInt(value: Int): KBigInteger

Creates a KBigInteger from an Int value.

Link copied to clipboard

Creates a KBigInteger from a Long value.

Link copied to clipboard

Creates a KBigInteger from a string representation.