Build a double value.
Source position: mathh.inc line 207
procedure TDoubleRec.BuildUp( |
const _Sign: Boolean; |
const _Mantissa: QWord; |
const _Exponent: LongInt |
); |
Buildup will build a double value from the given _Sign, _Mantissa and _Exponent.
|
Mantissa of the floating point value. |
|
|
Sign of the floating point value. |
|
|
Exponent bitpattern representation. |