共用方式為


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

傾斜軸的傾角計資料臨界值,以度為單位。

備註

旋轉角度是反轉軸的角度變化。

適用於

另請參閱