Click or drag to resize

ComplexFromMagAndArg Method

Creates a new instance of the Complex structure from Magnitude and Argument

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex FromMagAndArg(
	double Magnitude,
	double Argument
)

Parameters

Magnitude  Double
The source magnitude
Argument  Double
The source argument

Return Value

Complex
A new instance of the Complex structure from Magnitude and Argument
See Also