Click or drag to resize

ComplexArgument Property

The argument of the complex number, aka Atan2(Im/Re)

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double Argument { get; }

Property Value

Double
The argument of the complex number, aka Atan2(Im/Re)

Return Value

Double
The argument of the complex number, aka Atan2(Im/Re)
See Also