Click or drag to resize

RMathMinMax(Double, Double, Double, Double) Method

Gets the minimum and maximum of four values.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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, Double
The minimum and maximum of the four values.
See Also