float
|
Gets the floating point (float C type) of a static number (double C type)
|
int16
|
Gets the 16 bits signed integer value of a number
|
int32
|
Gets the 32 bits signed integer value of a number
|
int64
|
Gets the 64 bits signed integer value of a number
|
int8
|
Gets the 8 bits signed integer value of a number
|
uint16
|
Gets the 16 bits unsigned integer value of a number
|
uint32
|
Gets the 32 bits unsigned integer value of a number
|
uint64
|
Gets the 64 bits unsigned integer value of a number
|
uint8
|
Gets the 8 bits unsigned integer value of a number
|