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