TSystem.ATan2 Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber ATan2(
TSystem Base
)
Public Function ATan2 (
Base As TSystem
) As TNumber
public:
TNumber^ ATan2(
TSystem^ Base
)
member ATan2 :
Base : TSystem -> TNumber
- Base TSystem
-
TNumberTNumber wrapper for a new
TSystem instance
containing the results of
ATan2(BaseEntry) applied to all elements of this
TSystem.