The system function MathLib.floatingAssign returns numericItem as a double-precision floating-point number. The function assigns the value of BIN, DECIMAL, NUM, NUMC, or PACKF items to floating-point numbers that are defined as HEX items, and vice versa.
MathLib.floatingAssign(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingAssign(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib