JCL Help:IsSpecialValue

From Project JEDI Wiki
Jump to navigationJump to search


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

IsNaN IsInfinite


About

Unit

JclMath


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