Meta.Numerics Library
__repr__ Method
Meta.NumericsMeta.NumericsComplex__repr__()()()()
Produces the representation of the complex number for the Python interactive console.
Declaration Syntax
C#Visual BasicVisual C++F#
public string __repr__()
Public Function __repr__ As String
public:
String^ __repr__()
member __repr__ : unit -> string 
Return Value
A string representation of the complex number.