IMathTNumericFloor Method

Returns the largest integral value less than or equal to the specified number.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Floor(
	TNumeric x
)

Parameters

x  TNumeric
A number.

Return Value

TNumeric
The largest integral value less than or equal to x.

Remarks

This method may return NaN or Infinity. If NaN or Infinity cannot be represented by TNumeric, then this method may throw an ArithmeticException.

See Also