AccelerometerReading.AccelerationY Property

Definition

Gets the g-force acceleration along the y-axis.

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

Property Value

Double

double

The y-axis acceleration in g's.

Applies to