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 軸の磁力計データしきい値。

適用対象

こちらもご覧ください