ScriptExecutionBaseMax(Double, Double) Method |
Returns the larger of two double-precision floating-point numbers.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Max(
double x,
double y
)
Parameters
- x Double
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Max(System.Double,System.Double)"]
- y Double
[Missing <param name="y"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Max(System.Double,System.Double)"]
Return Value
DoubleParameter
val1 or
val2, whichever is larger. If
val1,
val2, or both
val1 and
val2 are equal to
NaN,
NaN is returned.
See Also