MathAtan2T Method
Returns the angle whose tangent is the quotient of two specified numbers.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T Atan2<T>(
T a,
T b
)
where T : Object, IRealNumber<T>
Public Shared Function Atan2(Of T As {Object, IRealNumber(Of T)}) (
a As T,
b As T
) As T
public:
generic<typename T>
where T : Object, IRealNumber<T>
static T Atan2(
T a,
T b
)
static member Atan2 :
a : 'T *
b : 'T -> 'T when 'T : Object and IRealNumber<'T>
- a T
- b T
- T
- Real Type
T