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