JCL Help:Floor

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Return the nearest integer value below X.


Pascal

 function Floor(const X: Float): Integer;


Parameters

Parameters Description
const X: Float The value to floor.


Return Value

Nearest integer value below X.


Description

Return the nearest integer value below 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