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

适用于

另请参阅