IComplexNumberT1, T2InitMagPhase Method

Initializes a Complex Number.

Definition

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

Parameters

mag  T2
Magnitude
phase  T2
Phase

See Also