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 軸の磁気計データしきい値 (マイクロテスラ)。

適用対象

こちらもご覧ください