ILNumerics Ultimate VS

complexFromPol Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Convert polar notation into cartesian notation

[ILNumerics Core Module]

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

public static complex FromPol(
	double magnitude,
	double angle
)

Parameters

magnitude
Type: SystemDouble
Magnitude
angle
Type: SystemDouble
Phase

Return Value

Type: complex
Complex value having magnitude and phase
Remarks

[ILNumerics Core Module]

See Also

Reference