.Complex.'constructor'.fromReal

Information

This function returns a Complex number defined by real part re and optional imaginary part im (default=0).

Interface

function fromReal
  import Complex;
  input Real re "Real part of complex number";
  input Real im = 0 "Imaginary part of complex number";
  output Complex result(re = re, im = im) "Complex number";
end fromReal;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39