BinaryFormat.Double is a Power Query M function that reads an 8-byte IEEE double-precision floating point value from a binary format. The function returns the floating point value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
BinaryFormat.Double( binary as binary ) as any
Description
A binary format that reads an 8-byte IEEE double-precision floating point value.
Related functions
Other functions related to BinaryFormat.Double are:
- BinaryFormat.Byte
- BinaryFormat.Choice
- BinaryFormat.Decimal
- BinaryFormat.Length
- BinaryFormat.Null
- BinaryFormat.Single
- BinaryFormat.Text
