System.SysUtils.TSingleHelper.Bytes
Delphi
property Bytes[Index: Cardinal]: UInt8 read GetBytes write SetBytes; // 0..3
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.SysUtils.pas | System.SysUtils | TSingleHelper |
説明
Index
で指定される Byte を表します。
Bytes プロパティは、Index
で指定される UInt8 値へのアクセスを提供します。
Bytes を使用すると、Single 変数の個々のバイトにアクセスすることができます。