AccelerometerReading.AccelerationZ 属性

定义

获取沿 z 轴的 g 力加速度。

public:
 property double AccelerationZ { double get(); };
double AccelerationZ();
public double AccelerationZ { get; }
var double = accelerometerReading.accelerationZ;
Public ReadOnly Property AccelerationZ As Double

属性值

Double

double

沿 z 轴的 g 力加速度。

适用于