System.TExtended80Rec.Exponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Exponent: Integer;

C++

int __fastcall Exponent();

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System TExtended80Rec

Description

Returns the exponent.


Exponent returns the exponent of the floating-point variable. The returned value is unbiased, -16382 if the floating-point value is denormalized, and 0 if the floating-point value is 0 or infinite.

See Also