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 轴的磁力计数据阈值,以微细为单位。

适用于

另请参阅