Skip to content

TDoubleHelper.Words

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

Declaration

Source position: syshelph.inc line 316

public Property
  Words[AIndex: Cardinal]: Word;

Description

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

See also

Name Description
TDoubleHelper.Bytes Indexed access to the individual bytes of the floating point value
TDoubleHelper.Size Size (in bytes) of a Double-sized floating point value.
Word An unsigned 16-bits integer