The system function MathLib.floatingSum returns the sum of two numbers. The function is implemented using double-precision floating-point arithmetic.
MathLib.floatingSum( numericField1 mathLibNumber in, numericField2 mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.floatingSum(myItem01,myItem02);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib