ILNumerics.Net
FromPol Method (magnitude, angle)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexFromPol(Double, Double)
ILNumerics.Net - numeric computing for .NET
convert polar notation into cartesian notation
Declaration Syntax
C#Visual BasicVisual C++
public static complex FromPol(
	double magnitude,
	double angle
)
Public Shared Function FromPol ( _
	magnitude As Double, _
	angle As Double _
) As complex
public:
static complex FromPol(
	double magnitude, 
	double angle
)
Parameters
magnitude (Double)
magnitude
angle (Double)
phase
Return Value
complex value having magnitude and phase

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)