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 时,才会生成报表。

适用于

另请参阅