Click or drag to resize

ComplexArg Method

Calculates the argument of the complex number

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static double Arg(
	Complex c
)

Parameters

c  Complex
The complex number used for the calculation

Return Value

Double
The argument of the complex number
See Also