MagnetometerDataThreshold.XAxisMicroteslas 속성

정의

마이크로테슬라스로 측정된 임계값에 도달하는 데 필요한 x축 주위의 지자기 데이터의 최소 변경을 가져오거나 설정합니다.

public:
 property float XAxisMicroteslas { float get(); void set(float value); };
float XAxisMicroteslas();

void XAxisMicroteslas(float value);
public float XAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.xAxisMicroteslas;
magnetometerDataThreshold.xAxisMicroteslas = single;
Public Property XAxisMicroteslas As Single

속성 값

Single

float

x축의 자력계 데이터 임계값(마이크로테슬라스)입니다.

적용 대상

추가 정보