Unit 'Math' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

Ceil64

Round to the nearest bigger int64 value.

Declaration

Source position: math.pp line 593

function Ceil64(

  x: Float

):Int64;

Description

Ceil64 rounds the value Xto the nearest bigger int64 value. The result is always bigger than X.

Errors

None.

See also

ceil

  

Return the lowest integer number greater than or equal to argument.

floor64

  

Round to the nearest smaller int64 value.


Documentation generated on: Jul 24 2023