1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/MKDMBF$.txt

20 lines
466 B
Plaintext
Raw Normal View History

2019-04-15 01:15:33 +00:00
The [[MKDMBF$]] function encodes a double-precision IEEE number to a string value in the Microsoft Binary format.
{{PageSyntax}}
2019-04-15 01:15:33 +00:00
: {{Parameter|result$}} = [[MKDMBF$]]({{Parameter|doublePrecisionVariableOrLiteral#}})
2019-04-15 01:15:33 +00:00
{{PageDescription}}
* Encodes [[DOUBLE]] values to [[STRING|string]] values in Microsoft Binary format.
* The resulting string value can be decoded using [[CVDMBF]].
2019-04-15 01:15:33 +00:00
{{PageSeeAlso}}
* [[MKSMBF$]]
* [[CVDMBF]], [[CVSMBF]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<