MultiStepMethodBaseSwapT Method |
Swaps two values a and b.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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