Click or drag to resize

ScriptExecutionBaseCeiling(Double) Method

Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Ceiling(
	double s
)

Parameters

s  Double

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

Return Value

Double
The 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