JCL Help:IsFloatZero
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IsFloatZero Function
Search in JCL Help
Search in all projects
Summary
Determines whether value X is zero.
Pascal
function IsFloatZero(const X: Float): Boolean;
Parameters
Parameters | Description |
const X: Float | Value to test. |
Description
Determines whether value X is zero or near by zero. To determine if a value is near by zero the function takes advance of the PrecisionTolerance variable.
See Also
IsNaN IsInfinite IsSpecialValue
About
Unit
Donator
Anonymous
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