GyrometerReading.AngularVelocityY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the angular velocity, in degrees per second, about the y-axis.
public:
property double AngularVelocityY { double get(); };
double AngularVelocityY();
public double AngularVelocityY { get; }
var double = gyrometerReading.angularVelocityY;
Public ReadOnly Property AngularVelocityY As Double
Property Value
Double
double
The angular velocity, in degrees per second, about the y-axis.