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

TSingleHelper.Words

Indexed access to the words that make up the floating point value.

Declaration

Source position: syshelph.inc line 723

public property TSingleHelper.Words[AIndex: Cardinal] : Word
  read GetW
  write SetW;

Description

Words can be used to get or set the various bytes that make up the single-sized floating point value. The index runs from 0 to (Size-1) div 2.

See also

TSingleHelper.Bytes

  

Indexed access to the individual bytes of the floating point value.

TSingleHelper.Size

  

Size (in bytes) of a single-sized floating point value.


Documentation generated on: Jul 24 2023