ComplexFromMagAndArg Method |
Creates a new instance of the Complex structure from Magnitude and Argument
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex FromMagAndArg(
double Magnitude,
double Argument
)
Public Shared Function FromMagAndArg (
Magnitude As Double,
Argument As Double
) As Complex
Dim Magnitude As Double
Dim Argument As Double
Dim returnValue As Complex
returnValue = Complex.FromMagAndArg(Magnitude,
Argument)
Parameters
- Magnitude Double
- The source magnitude
- Argument Double
- The source argument
Return Value
ComplexA new instance of the Complex structure from Magnitude and Argument
See Also