Nummer

constructor(code: Int)
constructor(code: Long)

Erzeugt eine Nummer als positive Ganzzahl.

Parameters

code

eine Zahl, z.B. 42


constructor(code: BigInteger)

Erzeugt eine beliebige Gleitkomma- oder Ganzzahl.

Parameters

code

eine beliebige Zahl


constructor(code: String)