BCDFloat

constructor()

Create empty value


constructor(Value: BCDFloat)
constructor(Value: BCDInteger)

create new value from existing one.

Parameters

Value

value to init the instance from


constructor(Value: Long)

create from java long

Parameters

Value

value to init the instance from


constructor(Coefficient: Long, Exponent: Int)

create from Coefficient and Exponent

Parameters

Coefficient

Coefficient

Exponent

Exponent


constructor(Value: String)

create from string

Parameters

Value

string to create float form