System.Bluetooth.TBluetoothGattDescriptor.Exponent

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

Delphi

property Exponent: ShortInt read GetExponent;

C++

__property System::Int8 Exponent = {read=GetExponent, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

このディスクリプタを提供するキャラクタリスティックの実際の値を取得するためにそのキャラクタリスティックのに適用する必要がある指数です。

キャラクタリスティックの実際の値は、<キャラクタリスティック値> * 10 ^ <指数> の結果、得られます。

次に例を示します。

  • キャラクタリスティック値が 23 で、Exponent が 2 の場合、キャラクタリスティックの実際の値は 2300 です。
  • キャラクタリスティック値が 3892 で、Exponent が -3 の場合、キャラクタリスティックの実際の値は 3.892 です。

ディスクリプタの種類PresentationFormat の場合にのみ、Exponent の値を読み取ることができます。

関連項目