共用方式為


MagnetometerDataThreshold.YAxisMicroteslas 屬性

定義

取得或設定達到以微數為單位測量之臨界值所需的 Y 軸周圍地理磁力資料的最小變更。

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

void YAxisMicroteslas(float value);
public float YAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.yAxisMicroteslas;
magnetometerDataThreshold.yAxisMicroteslas = single;
Public Property YAxisMicroteslas As Single

屬性值

Single

float

Y 軸的磁力計資料臨界值,以微數為單位。

適用於

另請參閱