Share via


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時,才會產生報表。

適用於

另請參閱