다음을 통해 공유


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보다 큰 경우에만 생성됩니다.

적용 대상

추가 정보