JCL Help:IsInfinite@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines whether Value is infinite.


Pascal

 function IsInfinite(const Value: Single): Boolean; overload;
function IsInfinite(const Value: Double): Boolean; overload;
function IsInfinite(const Value: Extended): Boolean; overload;
function IsInfinite(const Z: TRectComplex): Boolean; overload;
function IsInfinite(const Z: TPolarComplex): Boolean; overload;


Parameters

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


Return Value

The result is True when Value is infinite, False otherwise.


Description

Determines whether Value is infinite.


See Also

TFloatingPointClass FloatingPointClass


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