ILNumerics.Net
FromPol Method (magnitude, angle)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexFromPol(Single, Single)
ILNumerics.Net - numeric computing for .NET
convert from polar to cartesian form
Declaration Syntax
C#Visual BasicVisual C++
public static fcomplex FromPol(
	float magnitude,
	float angle
)
Public Shared Function FromPol ( _
	magnitude As Single, _
	angle As Single _
) As fcomplex
public:
static fcomplex FromPol(
	float magnitude, 
	float angle
)
Parameters
magnitude (Single)
magnitude
angle (Single)
angle
Return Value
float complex number with magnitude magnitude and phase angle

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)