.Modelica_LinearSystems2.TransferFunction.'-'.negate

Information

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-02-20T19:24:42Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos