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

TSingleHelper.Sign

Sign of the floating point value.

Declaration

Source position: syshelph.inc line 724

public property TSingleHelper.Sign : Boolean
  read GetS
  write SetS;

Description

Sign returns True if the sign bit of the value is set (i.e. it is a negative value) or False if it is not set (i.e. it is a positive value).

See also

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.Frac

  

Bitpattern that makes up the fractional part.

TSingleHelper.Mantissa

  

Mantissa of the floating-point.

TSingleHelper.Fraction

  

Fraction of the floating-point value.

TSingleHelper.Exponent

  

Exponent of the floating-point value.


Documentation generated on: Jul 24 2023