次の方法で共有


HingeAngleSensor.MinReportThresholdInDegrees プロパティ

定義

ヒンジ角度センサーの最小レポートしきい値 (度単位) を取得します。

public:
 property double MinReportThresholdInDegrees { double get(); };
double MinReportThresholdInDegrees();
public double MinReportThresholdInDegrees { get; }
var double = hingeAngleSensor.minReportThresholdInDegrees;
Public ReadOnly Property MinReportThresholdInDegrees As Double

プロパティ値

Double

double

ヒンジ角度センサーの最小レポートしきい値 (度単位)。

注釈

レポートは、以前に報告されたデータの読み取りと新しいサンプルの間の差分が HingeAngleSensor.MinReportThresholdInDegrees よりも大きい場合にのみ生成されます。

適用対象

こちらもご覧ください