======ieee754toint======
WMPRO, WMMINI FW >= 1.897 WMMEGA FW >= 2.0
Convert a float value to an IEEE-754 encoded integer (32 bit)
====Description====
int
ieee754toint (float
$value
)
Return the IEEE-754 encoded integer representation of a float value
====Parameter====
$value: Float to convert to an IEEE-754 encoded integer
====Return Values====
IEEE-754 encoded integer
====See Also====
[[inttoieee754()]] - Convert an IEEE-754 encoded integer representation (32 bit) to a float