ComplexTInitMagPhase Method

Initializes a Complex Number.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public void InitMagPhase(
	T mag,
	T phase
)

Parameters

mag  T
Magnitude
phase  T
Phase

Implements

IComplexNumberT1, T2InitMagPhase(T2, T2)

See Also