Change the Float value to 4 bytes Uint.
uint @MathFloatToUint(float value);
Parameters
float value : A decimal number to convert
Return Value
The value converted to an integer type is returned.
Example 1
d = @MathFloatToUint(1.12);
Description : A value of 0x3F8F5C29 (decimal 1066359849) in which 1.12 has been converted to an integer type is returned.
Version Information
Initial Support: 10.2.6
Related Helps