toKBigDecimal

Converts a String to a KBigDecimal.

Receiver

The String representation of a decimal number

Return

A KBigDecimal representing the value of this string

Throws

if the string is not a valid decimal representation


Converts an Int to a KBigDecimal.

Receiver

The Int value to convert

Return

A KBigDecimal representing this integer value


Converts a Long to a KBigDecimal.

Receiver

The Long value to convert

Return

A KBigDecimal representing this long value


Converts a Double to a KBigDecimal.

Receiver

The Double value to convert

Return

A KBigDecimal representing this double value


Converts a Float to a KBigDecimal.

Receiver

The Float value to convert

Return

A KBigDecimal representing this float value