HingeAngleSensor.ReportThresholdInDegrees 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得轉軸角度感應器的報告臨界值,以度為單位。
public:
property double ReportThresholdInDegrees { double get(); void set(double value); };
double ReportThresholdInDegrees();
void ReportThresholdInDegrees(double value);
public double ReportThresholdInDegrees { get; set; }
var double = hingeAngleSensor.reportThresholdInDegrees;
hingeAngleSensor.reportThresholdInDegrees = double;
Public Property ReportThresholdInDegrees As Double
屬性值
Double
double
轉軸角度感應器的報告臨界值,以度為單位。
備註
只有在先前報告的資料讀取與新樣本之間的差異大於 HingeAngleSensor.ReportThresholdInDegrees時,才會產生報表。