
The Function Block MUL multiplies all inputs together.
Note: This function block can have more than two inputs. You can right-click on the function block to add another input.
Values with numbers are expected at the inputs. An attempt is made to convert a string value into a number. The boolean value TRUE is converted into a 1.
Note: Also see the article String Conversion To Numbers, if you are working with strings.
The output returns the product of all inputs as an integer or floating-point number.