Click or drag to resize

ComplexMathSwap(Complex32, Complex32) 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 Complex32 a,
	ref Complex32 b
)

Parameters

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