Multiply two TransferFunctions (tf1 * tf2)
encapsulated operator function '*' import Modelica_LinearSystems2.Math.Polynomial; import Modelica_LinearSystems2.TransferFunction; input TransferFunction tf1 "Transfer function 1"; input TransferFunction tf2 "Transfer function 2"; output TransferFunction result; end '*';