System.SysUtils.TExtendedHelper.Exponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Exponent: Integer;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TExtendedHelper

Description

Represents the exponent part of the Extended precision floating-point value.

On 32-bit Windows, the bias is 16384.

On 64-bit Windows and ARM platform, the bias is 1023. See TExtendedHelper for more information.

See Also