HingeAngleSensor.MinReportThresholdInDegrees 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取铰链角度传感器的最小报告阈值,以度为单位。
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 时,才会生成报表。