RealNArrayDRAtan2 Method

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

Definition

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

Parameters

a  D
The first operand

Return Value

RealNArrayD
the angle

Implements

IArrayRealMathT, ORAtan2(O)

See Also