JCL Help:IsNaN@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines whether Value is a NaN.


Pascal

 function IsNaN(const Value: Single): Boolean; overload;
function IsNaN(const Value: Double): Boolean; overload;
function IsNaN(const Value: Extended): Boolean; overload;


Parameters

Parameters Description
const Value: Single The floating point value to examine.


Return Value

The result is True when Value is a NaN, False otherwise.


Description

Determines whether Value is a NaN.


See Also

TFloatingPointClass FloatingPointClass MakeQuietNaN MakeSignalingNaN TNaNTag


About

Unit

JclMath


Donator

Robert Rossmair


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