TNumber.Arg Method

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.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Arg()

Return Value

TNumber
Argument(s) of the number(s).

Exceptions

MathTypeCheckException Thrown if Type of obj is neither scalar nor TSystem.

See Also