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

TExtendedHelper.Frac

Bitpattern that makes up the fractional part.

Declaration

Source position: syshelph.inc line 380

public property TExtendedHelper.Frac : QWord
  read GetF
  write SetF;

Description

Frac is the bit pattern representing the fractional part (significand) including the preceding 1 (the hidden bit).

See also

TExtendedHelper.Bytes

  

Indexed access to the individual bytes of the floating point value

TExtendedHelper.Sign

  

Sign of the floating point value

TExtendedHelper.Exp

  

The bit pattern of the exponent as stored in memory.

TExtendedHelper.Mantissa

  

Mantissa of the floating-point

TExtendedHelper.Fraction

  

Fraction of the floating-point value

TExtendedHelper.Exponent

  

Exponent of the floating-point value


Documentation generated on: May 14 2021