Update Primitive Data Types
@@ -13,6 +13,7 @@
|
|||||||
**UInt_8** - 8-Bit Unsigned Integer
|
**UInt_8** - 8-Bit Unsigned Integer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**SInt_64** - 64-Bit Signed Integer
|
**SInt_64** - 64-Bit Signed Integer
|
||||||
|
|
||||||
**SInt_32** - 32-Bit Signed Integer
|
**SInt_32** - 32-Bit Signed Integer
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
**SInt_8** - 8-Bit Signed Integer
|
**SInt_8** - 8-Bit Signed Integer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Char_32** - UTF_32 Character
|
**Char_32** - UTF_32 Character
|
||||||
|
|
||||||
**Char_16** - UTF_16 Character
|
**Char_16** - UTF_16 Character
|
||||||
@@ -29,9 +31,11 @@
|
|||||||
**Char_8** - UTF_8 Character
|
**Char_8** - UTF_8 Character
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Byte** - A single byte of data, essentially just a UInt_8
|
**Byte** - A single byte of data, essentially just a UInt_8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**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
|
||||||
|
|||||||
Reference in New Issue
Block a user