Update Primitive Data Types
@@ -6,9 +6,7 @@
|
|||||||
|
|
||||||
# Primitive Data Types
|
# Primitive Data Types
|
||||||
|
|
||||||
### Integers
|
| Integer Primitives | Description |
|
||||||
|
|
||||||
| Unsigned Integer Primitives | Description |
|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| UInt_64 | 64-Bit Unsigned Integer |
|
| UInt_64 | 64-Bit Unsigned Integer |
|
||||||
| UInt_32 | 32-Bit Unsigned Integer |
|
| UInt_32 | 32-Bit Unsigned Integer |
|
||||||
@@ -19,24 +17,18 @@
|
|||||||
| SInt_16 | 16-Bit Signed Integer |
|
| SInt_16 | 16-Bit Signed Integer |
|
||||||
| SInt_8 | 8-Bit Signed Integer |
|
| SInt_8 | 8-Bit Signed Integer |
|
||||||
|
|
||||||
### Floating Point Numbers
|
|
||||||
|
|
||||||
| Floating Point Primitives | Description |
|
| Floating Point Primitives | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| float | A 32-Bit single precision floating point number |
|
| float | A 32-Bit single precision floating point number |
|
||||||
| double | A 64-Bit double precision floating point number |
|
| double | A 64-Bit double precision floating point number |
|
||||||
| long double | A 80-Bit extended precision floating-point number |
|
| long double | A 80-Bit extended precision floating-point number |
|
||||||
|
|
||||||
### Characters
|
|
||||||
|
|
||||||
| Character Primitives | Description |
|
| Character Primitives | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Char_32 | UTF_32 Character |
|
| Char_32 | UTF_32 Character |
|
||||||
| Char_16 | UTF_16 Character |
|
| Char_16 | UTF_16 Character |
|
||||||
| Char_8 | UTF_8 Character |
|
| Char_8 | UTF_8 Character |
|
||||||
|
|
||||||
### Misc
|
|
||||||
|
|
||||||
| Misc Primitives | Description |
|
| Misc Primitives | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Byte | A single byte of data, essentially just a UInt_8 |
|
| Byte | A single byte of data, essentially just a UInt_8 |
|
||||||
|
|||||||
Reference in New Issue
Block a user