System.SysUtils.TSingleHelper.Bytes

提供: RAD Studio API Documentation
移動先: 案内検索

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 変数の個々のバイトにアクセスすることができます。

関連項目