# Functions
BytesToFloat32 converts a byte array to a float32 value.
BytesToFloat64 converts a byte array to a float64 value.
BytesToInt16 converts the specified byte array to an integer.
BytesToInt32 converts the specified byte array to an integer.
BytesToInt64 converts the specified byte array to an integer.
BytesToInt8 converts the specified byte array to an integer.
BytesToUint16 converts the specified byte array to an integer.
BytesToUint32 converts the specified byte array to an integer.
BytesToUint64 converts the specified byte array to an integer.
BytesToUint8 converts the specified byte array to an integer.
Float32ToBytes converts a float32 value to a byte array.
Float64ToBytes converts a float64 value to a byte array.
Int16ToBytes converts the specified integer to a byte array.
Int32ToBytes converts the specified integer to a byte array.
Int64ToBytes converts the specified integer to a byte array.
Int8ToBytes converts the specified integer to a byte array.
Uint16ToBytes converts the specified integer to a byte array.
Uint32ToBytes converts the specified integer to a byte array.
Uint64ToBytes converts the specified integer to a byte array.
Uint8ToBytes converts the specified integer to a byte array.