RMathMinMax(Double, Double, Double, Double) Method |
Gets the minimum and maximum of four values.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static (double Min, double Max) MinMax(
double a,
double b,
double c,
double d
)
Parameters
- a Double
- First value.
- b Double
- Second value.
- c Double
- Third value.
- d Double
- Fourth value.
Return Value
ValueTupleDouble,
DoubleThe minimum and maximum of the four values.
See Also