WOLFRAM SYSTEM MODELER
fromRealConstruct Complex from Real |

SystemModel["Complex.'constructor'.fromReal"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function returns a Complex number defined by real part re and optional imaginary part im (default=0).
| re |
Type: Real Description: Real part of complex number |
|---|---|
| im |
Default Value: 0 Type: Real Description: Imaginary part of complex number |
| result |
Type: Complex Description: Complex number |
|---|