System.SysUtils.TDoubleHelper.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 TDoubleHelper

Description

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

For double precision floating-point values, the bias is 1024.

See Also