Skip to content

TSingleHelper.Frac

Bitpattern that makes up the fractional part.

Declaration

Source position: syshelph.inc line 258

public Property
  Frac : QWord;

Description

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

See also

Name Description
QWord 64-bit unsigned integer
TSingleHelper.Bytes Indexed access to the individual bytes of the floating point value
TSingleHelper.Exp The bit pattern of the exponent as stored in memory.
TSingleHelper.Exponent Exponent of the floating-point value
TSingleHelper.Fraction Fraction of the floating-point value
TSingleHelper.Mantissa Mantissa of the floating-point
TSingleHelper.Sign Sign of the floating point value