PackedDecimal

constructor(zahl: Int)
constructor(zahl: String, validator: KSimpleValidator<String> = VALIDATOR)


constructor(zahl: Long)
constructor(zahl: Double)

Instanziiert ein PackedDecimal.

Parameters

zahl

Zahl


constructor(zahl: BigDecimal)

Falls man eine BigDecimal in eine PackedDecimal wandeln will, kann man diesen Konstruktor hier verwenden. Besser ist es allerdings, wenn man dazu .valueOf verwendet.

Parameters

zahl

eine Dezimalzahl