[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TDoubleHelper.Exp

The bit pattern of the exponent as stored in memory.

Declaration

Source position: syshelph.inc line 318

public property TDoubleHelper.Exp : QWord
  read GetE
  write SetE;

Description

Exp is the internal representation of the Exponent.

See also

TDoubleHelper.Bytes

  

Indexed access to the individual bytes of the floating point value

TDoubleHelper.Sign

  

Sign of the floating point value

TDoubleHelper.Frac

  

Bitpattern that makes up the fractional part.

TDoubleHelper.Mantissa

  

Mantissa of the floating-point

TDoubleHelper.Fraction

  

Fraction of the floating-point value

TDoubleHelper.Exponent

  

Exponent of the floating-point value


Documentation generated on: May 14 2021