Click or drag to resize

Complex32ToString Method

Converts the value of the current complex number to its equivalent string representation in Cartesian form.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override string ToString()

Return Value

String
The string representation of the current instance in Cartesian form.
See Also