The argument of the complex number, aka Atan2(Im/Re)
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Argument { get; }
Public ReadOnly Property Argument As Double
Get
Dim instance As Complex
Dim value As Double
value = instance.Argument
Property Value
DoubleThe argument of the complex number, aka Atan2(Im/Re)
Return Value
DoubleThe argument of the complex number, aka Atan2(Im/Re)
See Also