Returns a String representation for the specified
Complex.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
String
A
String containing the Round-trip representation of this
object. Round-trip guarantees that a numeric value converted to a
String will be parsed back into the same numeric value.
See Also