Click or drag to resize

RungeKuttaExplicitBaseExchangeT Method

Exchanges the two instances in the argument.

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

Parameters

instance1  T
The instance1.
instance2  T
The instance2.

Type Parameters

T
The type of objects to exchange.
See Also