System.SysUtils.TDoubleHelper.Exponent

From RAD Studio API Documentation
Revision as of 14:55, 30 January 2015 by AndreyKuchukov (talk | contribs) (RS-58594)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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