.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 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos