JCL Help:Ceiling

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Return the nearest integer value above X.


Pascal

 function Ceiling(const X: Float): Integer;


Parameters

Parameters Description
const X: Float The value to return the ceiling of.


Return Value

Nearest integer value above X.


Description

Return the nearest integer value above X.


About

Unit

JclMath


Donator

Clayton Collie


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page