Returns the argument of this complex number (Math.atan2(re,im))

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public double Arg()
Visual Basic (Declaration)
Public Function Arg As Double
Visual C++
public:
double Arg()

Return Value

See Also