fromInt

fun fromInt(value: Int): KBigInteger

Creates a KBigInteger from an Int value.

Return

A KBigInteger representing the specified Int value

Parameters

value

The Int value to convert