Click or drag to resize

ScriptExecutionBaseMin(Double, Double) Method

Returns the smaller of two double-precision floating-point numbers.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Min(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Min(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Min(System.Double,System.Double)"]

Return Value

Double
Parameter val1 or val2, whichever is smaller. If val1, val2, or both val1 and val2 are equal to NaN, NaN is returned.
See Also