fromInt

fun fromInt(value: Int): KBigDecimal

Creates a KBigDecimal from an Int value.

Return

A KBigDecimal representing the specified Int value

Parameters

value

The Int value to convert