---
title: BinaryFormat.Double – อ่านเลขทศนิยมจากไฟล์ Binary
url: https://www.thepexcel.com/functions/power-query/binary-functions/binaryformat-double/
type: function-explainer
program: Power Query
syntax: BinaryFormat.Double as binary
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 3
---

# BinaryFormat.Double – อ่านเลขทศนิยมจากไฟล์ Binary

> อ่านเลขทศนิยมจากไฟล์ Binary

## คำอธิบาย

BinaryFormat.Double สร้าง Binary Format Specifier สำหรับอ่านเลขทศนิยมแบบ Double Precision (64-bit) จากไฟล์ Binary

## Syntax

```excel
BinaryFormat.Double as binary
```

## ตัวอย่าง

### 1. ตัวอย่างที่ 1: อ่านจาก Binary

```excel
Binary.Buffer(BinaryFormat.Double)
```

**ผลลัพธ์:** `ค่าเลขทศนิยม`

สร้าง Binary Format Specifier สำหรับอ่านเลขทศนิยม

## ฟังก์ชันที่เกี่ยวข้อง

- [BinaryFormat.Single – รูปแบบเลขเดี่ยว](https://www.thepexcel.com/functions/power-query/binary-functions/binaryformat-single/)
- [BinaryFormat.Decimal – รูปแบบทศนิยม](https://www.thepexcel.com/functions/power-query/binary-functions/binaryformat-decimal/)

## แหล่งข้อมูลเพิ่มเติม

- [Microsoft Learn: BinaryFormat.Double](https://learn.microsoft.com/en-us/powerquery-m/binaryformat-double) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/binary-functions/binaryformat-double/](https://www.thepexcel.com/functions/power-query/binary-functions/binaryformat-double/)_
