共用方式為


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 軸的磁力計資料臨界值,以微鑲嵌為單位。

適用於

另請參閱