JCL Help:GetNaNTag@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves some numeric information tagged to the NaN value.


Pascal

 function GetNaNTag(const NaN: Single): TNaNTag; overload;
function GetNaNTag(const NaN: Double): TNaNTag; overload;
function GetNaNTag(const NaN: Extended): TNaNTag; overload;


Parameters

Parameters Description
const NaN: Single The NaN value to evaluate.


Return Value

The value encoded in the NaN.


Description

Retrieves some numeric information tagged to the NaN value.


See Also

TNaNTag MakeQuietNaN MakeSignalingNaN


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