GyrometerReading.AngularVelocityX 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 x-axis.
public:
property double AngularVelocityX { double get(); };
double AngularVelocityX();
public double AngularVelocityX { get; }
var double = gyrometerReading.angularVelocityX;
Public ReadOnly Property AngularVelocityX As Double
Property Value
Double
double
The angular velocity, in degrees per second, about the x-axis.