Click or drag to resize

MultiStepMethodBaseSwapT Method

Swaps two values a and b.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Swap<T>(
	ref T a,
	ref T b
)

Parameters

a  T
First value.
b  T
Second value.

Type Parameters

T
The of the values.
See Also