System.TSingleRec.Exponent
Delphi
function Exponent: Integer;
C++
int __fastcall Exponent();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | TSingleRec |
Description
Returns the exponent.
Exponent returns the exponent of the floating-point variable. The returned value is unbiased, -126 if the floating-point value is denormalized, and 0 if the floating-point value is 0 or infinite.