共用方式為


HingeAngleSensor.ReportThresholdInDegrees 屬性

定義

取得轉軸角度感應器的報告臨界值,以度為單位。

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

適用於

另請參閱