mirror of
https://github.com/ToyB-Chan/mini-file-format.git
synced 2026-05-14 10:21:16 +02:00
Update README.md
This commit is contained in:
@@ -70,8 +70,9 @@ The format supports the following data types:
|
|||||||
- Floats may also be whole numbers without a decimal point.
|
- Floats may also be whole numbers without a decimal point.
|
||||||
- Example: `anotherValue = 1.065f`
|
- Example: `anotherValue = 1.065f`
|
||||||
- Example: `thisToo = 1e18f`
|
- Example: `thisToo = 1e18f`
|
||||||
- Example: `scientificFloat = 1.534e3f`
|
- Example: `scientificFloat = 1.534E3f`
|
||||||
- Example: `wholeFloat = 1f`
|
- Example: `wholeFloat = 1f`
|
||||||
|
- Example: `wholeFloat = 5.f`
|
||||||
|
|
||||||
## Example Structure
|
## Example Structure
|
||||||
```text
|
```text
|
||||||
|
|||||||
Reference in New Issue
Block a user