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