JCL Help:FloatingPointClass@Double
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: FloatingPointClass Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Classifies the supplied floating point value.
Pascal
function FloatingPointClass(const Value: Single): TFloatingPointClass; overload;
function FloatingPointClass(const Value: Double): TFloatingPointClass; overload;
function FloatingPointClass(const Value: Extended): TFloatingPointClass; overload;
Parameters
Parameters | Description |
const Value: Single | The value to classify. |
Return Value
The result is the class to which Value belongs.
Description
Classifies the supplied floating point value.
See Also
About
Unit
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