Typecast FLOATB(expression) |
Top Previous Next |
The FLOATB typecast operator is used to convert an expression to a FLOAT type. This typecast is done binary instead of numerically, making the FLOAT the raw value of the expression.
Example: INCLUDE rtcu.inc f := FLOATB(a); // Infinity |