AbstractRootFinderSwap Method |
Swaps the values of two
Double variables.
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected void Swap(
ref double x,
ref double y
)
Parameters
- x Double
- First value.
- y Double
- Second value.
See Also