TSingleHelper.Bytes
Indexed access to the individual bytes of the floating point value
Declaration
Source position: syshelph.inc line 254
public Property
Bytes[AIndex: Cardinal]: Byte;
Description
Bytes 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.
See also
Name | Description |
---|---|
Byte | An unsigned 8-bits integer |
TSingleHelper.Size | Size (in bytes) of a single-sized floating point value. |
TSingleHelper.Words | Indexed access to the words that make up the floating point value |