Calculates the argument of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static double Arg(
Complex c
)
Public Shared Function Arg (
c As Complex
) As Double
Dim c As Complex
Dim returnValue As Double
returnValue = Complex.Arg(c)
Parameters
- c Complex
- The complex number used for the calculation
Return Value
DoubleThe argument of the complex number
See Also