Click or drag to resize

DoubleComplexToString Method

Returns a formatted string representation of this complex number of the form (real,imag).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override string ToString()

Return Value

String
A formatted string representation.
See Also