Click or drag to resize

RMathMinMax(Double, Double, Double) Method

Gets the minimum and maximum of three 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
)

Parameters

a  Double
First value.
b  Double
Second value.
c  Double
Third value.

Return Value

ValueTupleDouble, Double
The minimum and maximum of the three values.
See Also