Click or drag to resize
ComplexToString Method
Returns a String representation for the specified Complex.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override string ToString()

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