.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-07-05T18:21:24Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos