Skip to content

Commit 727e368

Browse files
Update numberFormat.md
1 parent c83a169 commit 727e368

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/reference/buffer/numberFormat.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ The **Number Format** formats the size of a specificed number of the buffer offs
66

77
The formats for storing the numbers are:
88

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)
1919

2020
## See also
2121
[buffers](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-hardware-programming-docs/blob/main/docs/buffers.md)

0 commit comments

Comments
 (0)