HingeAngleSensor.MinReportThresholdInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum reporting threshold for the hinge angle sensor, measured in degrees.
public:
property double MinReportThresholdInDegrees { double get(); };
double MinReportThresholdInDegrees();
public double MinReportThresholdInDegrees { get; }
var double = hingeAngleSensor.minReportThresholdInDegrees;
Public ReadOnly Property MinReportThresholdInDegrees As Double
Property Value
Double
double
The minimum reporting threshold for the hinge angle sensor, in degrees.
Remarks
A report is generated only if the delta between the previous reported data reading and a new sample is greater than the HingeAngleSensor.MinReportThresholdInDegrees.