共用方式為


InclinometerDataThreshold.RollInDegrees 屬性

定義

取得或設定繞滾動軸旋轉的最小變更, (長度軸) 達到以度為單位的臨界值。

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

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

屬性值

Single

float

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

備註

滾動旋轉是繞長軸的角度變化。

適用於

另請參閱