Click or drag to resize

Complex32Sign Property

Gets the unity of this complex (same argument, but on the unit circle; exp(I*arg))

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Complex32 Sign { get; }

Return Value

Complex32
The unity of this Complex32.
See Also