.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-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos