Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TDoubleHelper.Exponent

Exponent of the floating-point value.

Declaration

Source position: syshelph.inc line 770

public function TDoubleHelper.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

TDoubleHelper.Sign

  

Sign of the floating point value.

TDoubleHelper.Exp

  

The bit pattern of the exponent as stored in memory.

TDoubleHelper.Frac

  

Bitpattern that makes up the fractional part.

TDoubleHelper.Fraction

  

Fraction of the floating-point value.

TDoubleHelper.Mantissa

  

Mantissa of the floating-point.


Documentation generated on: Jul 24 2023