You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/buffer/numberFormat.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ The **Number Format** formats the size of a specificed number of the buffer offs
6
6
7
7
The formats for storing the numbers are:
8
8
9
-
* Int8LE: one byte, signed, little endian
10
-
* UInt8LE: one byte, unsigned, little endian
11
-
* Int8BE: one byte, signed, big endian
12
-
* UInt8BE: one byte, unsigned, big endian
13
-
* Int16LE: two bytes, signed, little endian
14
-
* UInt16LE: two bytes, unsigned, little endian
15
-
* Int16BE: two bytes, signed, big endian
16
-
* UInt16BE: two bytes, unsigned, big endian
17
-
* Int32LE: four bytes, signed, little endian
18
-
* Int32BE: four bytes, signed, big endian
9
+
* Int8LE: one byte, signed, little [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
10
+
* UInt8LE: one byte, unsigned, little [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
11
+
* Int8BE: one byte, signed, big [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
12
+
* UInt8BE: one byte, unsigned, big [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
13
+
* Int16LE: two bytes, signed, little [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
14
+
* UInt16LE: two bytes, unsigned, little [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
15
+
* Int16BE: two bytes, signed, big [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
16
+
* UInt16BE: two bytes, unsigned, big [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
17
+
* Int32LE: four bytes, signed, little [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
18
+
* Int32BE: four bytes, signed, big [endian](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/master/docs/reference/buffer/endian.md)
0 commit comments