MagnetometerDataThreshold.ZAxisMicroteslas 属性

定义

获取或设置绕 z 轴的地磁数据达到阈值所需的最小变化,以微分为单位。

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

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

属性值

Single

float

z 轴的磁力计数据阈值,以微细为单位。

适用于

另请参阅