Click or drag to resize

AbstractRootFinderSwap Method

Swaps the values of two Double variables.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void Swap(
	ref double x,
	ref double y
)

Parameters

x  Double
First value.
y  Double
Second value.
See Also