.Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles.'-'.negate

Unary minus (multiply transfer function by -1)

Interface

function negate
  import ZerosAndPoles = Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles;
  input ZerosAndPoles zp;
  output ZerosAndPoles result(n1 = zp.n1, n2 = zp.n2, d1 = zp.d1, d2 = zp.d2, k = -zp.k) "= -zp";
end negate;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos