JCL Help:IsFloatZero

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines whether value X is zero.


Pascal

 function IsFloatZero(const X: Float): Boolean;


Parameters

Parameters Description
const X: Float Value to test.


Description

Determines whether value X is zero or near by zero. To determine if a value is near by zero the function takes advance of the PrecisionTolerance variable.


See Also

IsNaN IsInfinite IsSpecialValue


About

Unit

JclMath


Donator

Anonymous


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