TInfinity.ATan2 Method
Computes arctangent of this / y with respect to infinite values.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber ATan2(
TInfinity y
)
Public Function ATan2 (
y As TInfinity
) As TNumber
public:
TNumber^ ATan2(
TInfinity^ y
)
member ATan2 :
y : TInfinity -> TNumber
- y TInfinity
- Value to divide this value by before computing arctangent.
TNumberArctangent of this value.