ILNumerics Ultimate VS

fcomplexFromPol Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Convert from polar to cartesian form

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static fcomplex FromPol(
	float magnitude,
	float angle
)

Parameters

magnitude
Type: SystemSingle
Magnitude
angle
Type: SystemSingle
Angle

Return Value

Type: fcomplex
fcomplex number with magnitude magnitude and phase angle
Remarks

[ILNumerics Core Module]

See Also

Reference