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.3448.0 (4.8.3448.0)
Syntax
C#
public static void Exchange<T>(
	ref T instance1,
	ref T instance2
)

Parameters

instance1  T
The first instance.
instance2  T
The second instance.

Type Parameters

T
The type of objects to exchange.
See Also