IMathTNumericCeiling Method
Returns the smallest integral value that is greater than or equal to the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Ceiling(
TNumeric x
)
Function Ceiling (
x As TNumeric
) As TNumeric
TNumeric Ceiling(
TNumeric x
)
abstract Ceiling :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number.
TNumericThe smallest integral value that is greater 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.