.Complex.'<>'

Test whether two complex numbers are not identical

Information

This function tests whether two given Complex numbers are not equal.

Interface

encapsulated operator function '<>'
  import Complex;
  input Complex c1 "Complex number 1";
  input Complex c2 "Complex number 2";
  output Boolean result "c1 <> c2";
end '<>';

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos