.Modelica_LinearSystems2.TransferFunction.'-'.negate

Unary minus (multiply transfer function by -1)

Interface

function negate
  import Modelica_LinearSystems2.TransferFunction;
  input TransferFunction tf;
  output TransferFunction result(n = -tf.n, d = tf.d) "= -tf";
end negate;

Generated at 2025-10-07T18:21:17Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos