HingeAngleSensor.MinReportThresholdInDegrees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得以度為單位之轉軸角度感應器的最小報告臨界值。
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時,才會產生報表。