Computes arctangent of the number this / Base.
If obj is of type TSystem then applies this method recursively to all elements of the system.
public TNumber ATan2(
BaseEntry Base
)
Public Function ATan2 (
Base As BaseEntry
) As TNumber
public:
TNumber^ ATan2(
BaseEntry^ Base
)
member ATan2 :
Base : BaseEntry -> TNumber
GeneralException | Thrown if Type of obj is neither scalar nor TSystem or if there are units of measurement. |