Class UncalibratedGyroscopeDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The UncalibratedGyroscope changed event arguments class is used for storing the data returned by a uncalibrated gyroscope.
C#Copypublic class UncalibratedGyroscopeDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsUncalibratedGyroscopeDataUpdatedEventArgs
Properties
Declaration
C#Copypublic float BiasX { get; }
Property Value
Type | Description |
---|---|
float | The X bias. |
Declaration
C#Copypublic float BiasY { get; }
Property Value
Type | Description |
---|---|
float | The Y bias. |
Declaration
C#Copypublic float BiasZ { get; }
Property Value
Type | Description |
---|---|
float | The Z bias. |
Declaration
C#Copypublic float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Declaration
C#Copypublic float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Declaration
C#Copypublic float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |