.Complex.'String'

Information

This function converts a given Complex number to String representation.

Interface

encapsulated operator function 'String'
  import Complex;
  input Complex c "Complex number to be transformed in a String representation";
  input String name = "j" "Name of variable representing sqrt(-1) in the string";
  input Integer significantDigits = 6 "Number of significant digits that are shown";
  output String s = "";
end 'String';

Generated at 2024-10-17T18:25:27Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos