JCL Help:RemainderFloat
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RemainderFloat Function
Search in JCL Help
Search in all projects
Summary
Returns the remainder of two floating point numbers.
Pascal
function RemainderFloat(const X: Float; const Y: Float): Float;
Parameters
Parameters | Description |
const X: Float | The first float. |
const Y: Float | The second float. |
Return Value
The remainder of the two floating point numbers.
Description
RemainderFloat calculates the remainder of the two floating point numbers. For floating point numbers the remainder is calculated as: X - Int(X / Y) * Y
See Also
About
Unit
Donator
ESB Consultancy
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