WOLFRAM SYSTEM MODELER
| 'String'Transform Complex number into a String representation | 

SystemModel["Complex.'String'"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function converts a given Complex number to String representation.
| c | Type: Complex Description: Complex number to be transformed in a String representation | 
|---|---|
| name | Default Value: "j" Type: String Description: Name of variable representing sqrt(-1) in the string | 
| significantDigits | Default Value: 6 Type: Integer Description: Number of significant digits that are shown | 
| s | Default Value: "" Type: String | 
|---|
|  | c | Type: Complex Description: Complex number to be transformed in a String representation | 
|---|