Casts an integer as a float
Device + Agent
Name | Type | Description |
---|---|---|
value | Integer |
Any numerical value
|
Float
This function takes a 32-bit integer and returns a 32-bit float by interpreting the integer’s four-byte bit pattern as it were a floating-point value encoded in IEEE 754 format.