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

适用于

另请参阅