TExtendedHelper.Exponent

Exponent of the floating-point value

Declaration

Source position: syshelph.inc line 363

public 
  function Exponent : Integer;

Description

Exponent is the value X in the representation of the floating-point value in m*2^X, i.e. the exponent.

See also

Name Description
TExtendedHelper.Exp The bit pattern of the exponent as stored in memory.
TExtendedHelper.Frac Bitpattern that makes up the fractional part.
TExtendedHelper.Fraction Fraction of the floating-point value
TExtendedHelper.Mantissa Mantissa of the floating-point
TExtendedHelper.Sign Sign of the floating point value