Share via


InclinometerDataThreshold.PitchInDegrees プロパティ

定義

しきい値に達するために必要なピッチ軸 (横軸) の周りの回転の最小変化を度単位で取得または設定します。

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

void PitchInDegrees(float value);
public float PitchInDegrees { get; set; }
var single = inclinometerDataThreshold.pitchInDegrees;
inclinometerDataThreshold.pitchInDegrees = single;
Public Property PitchInDegrees As Single

プロパティ値

Single

float

ピッチ軸の傾斜計データしきい値 (度単位)。

注釈

ピッチ回転は、横軸を中心とした角度の変化です。

適用対象

こちらもご覧ください