Click or drag to resize

ComplexMathArgument2(Complex32) Method

Calculate the 2-argument of a complex type.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static float Argument2(
	Complex32 value
)

Parameters

value  Complex32

[Missing <param name="value"/> documentation for "M:Altaxo.Calc.ComplexMath.Argument2(Altaxo.Calc.Complex32)"]

Return Value

Single

[Missing <returns> documentation for "M:Altaxo.Calc.ComplexMath.Argument2(Altaxo.Calc.Complex32)"]

See Also