to KBig Integer
Converts a String to a KBigInteger.
Receiver
The String representation of an integer
Return
A KBigInteger representing the value of this string
Throws
if the string is not a valid integer representation
Converts an Int to a KBigInteger.
Receiver
The Int value to convert
Return
A KBigInteger representing this integer value
Converts a Long to a KBigInteger.
Receiver
The Long value to convert
Return
A KBigInteger representing this long value