Click or drag to resize

ScriptExecutionBaseFloor(Double) Method

Returns the largest integral value less 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 Floor(
	double s
)

Parameters

s  Double

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

Return Value

Double
The largest integral value less than or equal to d. If d is equal to NaN, NegativeInfinity, or PositiveInfinity, that value is returned.
See Also