ScriptExecutionBaseFloor(Double) Method |
Returns the largest integral value less than or equal to the specified double-precision floating-point number.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Floor(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Floor(System.Double)"]
Return Value
DoubleThe largest integral value less than or equal to
d. If
d is equal to
NaN,
NegativeInfinity, or
PositiveInfinity, that value is returned.
See Also