ScriptExecutionBaseCeiling(Double) Method |
Returns the smallest integral value that is greater 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 Ceiling(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Ceiling(System.Double)"]
Return Value
DoubleThe smallest integral value that is greater than or equal to
a. If
a is equal to
NaN,
NegativeInfinity, or
PositiveInfinity, that value is returned. Note that this method returns a
Double instead of an integral type.
See Also