Returns the argument of the complex number, see Arg().
If obj is of type TSystem then applies this method recursively to all elements of the system.
public TNumber Arg()
Public Function Arg As TNumber
public:
TNumber^ Arg()
member Arg : unit -> TNumber
MathTypeCheckException | Thrown if Type of obj is neither scalar nor TSystem. |