MagnetometerDataThreshold.YAxisMicroteslas 속성

정의

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

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

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

속성 값

Single

float

마이크로테슬라스의 y축에 대한 자력계 데이터 임계값입니다.

적용 대상

추가 정보