RealNArrayDLAtan2 Method

Returns the angle whose tangent is the quotient of the object and b.

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public RealNArray<D> LAtan2(
	D b
)

Parameters

b  D
The second operand

Return Value

RealNArrayD
the angle

Implements

IArrayRealMathT, OLAtan2(O)

See Also