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