IMathTNumericFloor Method
Returns the largest integral value less than or equal to the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Floor(
TNumeric x
)
Function Floor (
x As TNumeric
) As TNumeric
TNumeric Floor(
TNumeric x
)
abstract Floor :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number.
TNumericThe largest integral value less than or equal to
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.