Click or drag to resize

ComplexMathSwap(Complex, Complex) Method

Swaps two complex numbers.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void Swap(
	ref Complex a,
	ref Complex b
)

Parameters

a  Complex
The first value.
b  Complex
The second value.
See Also