JCL Help:IsSpecialValue
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IsSpecialValue Function
Search in JCL Help
Search in all projects
Summary
Determines of a value is either NaN or infinite.
Pascal
function IsSpecialValue(const X: Float): Boolean;
Parameters
Parameters | Description |
const X: Float | The value to test. |
Description
IsSpecialValue returns true if the value is either a NaN, positive Infinite or negative Infinite.
See Also
About
Unit
Donator
Matthias Thoma
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