ComplexTFromPolarCoordinates Method

From Polar Coordinates

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<T> FromPolarCoordinates(
	T mag,
	T phase
)

Parameters

mag  T
Magnitude
phase  T
Phase

Return Value

ComplexT
Complex Number

See Also