Skip to content

Commit 3fd0063

Browse files
Update numberFormat.md
1 parent bd4136e commit 3fd0063

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/numberFormat.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
## Number Format
2-
The **Number Format** specifically formats a [number](/types/number)
2+
The **Number Format** specifies the format's [number](https://github.com/microsoft/pxt-common-packages/types/number).
3+
``` sig
4+
Buffer.sizeOfNumberFormat(NumberFormat.Int8LE);
5+
```
6+
7+
## See also
8+
[buffers](https://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-hardware-programming-docs/blob/main/docs/buffers.md)

0 commit comments

Comments
 (0)