GyroscopeData Constructors
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.
Overloads
| GyroscopeData(Double, Double, Double) |
Initializes a new instance of the GyroscopeData class. |
| GyroscopeData(Single, Single, Single) |
Initializes a new instance of the GyroscopeData class. |
GyroscopeData(Double, Double, Double)
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
Initializes a new instance of the GyroscopeData class.
public:
GyroscopeData(double x, double y, double z);
public GyroscopeData(double x, double y, double z);
new Microsoft.Maui.Devices.Sensors.GyroscopeData : double * double * double -> Microsoft.Maui.Devices.Sensors.GyroscopeData
Public Sub New (x As Double, y As Double, z As Double)
Parameters
- x
- Double
X axis data.
- y
- Double
Y axis data.
- z
- Double
Z axis data.
Applies to
GyroscopeData(Single, Single, Single)
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
Initializes a new instance of the GyroscopeData class.
public:
GyroscopeData(float x, float y, float z);
public GyroscopeData(float x, float y, float z);
new Microsoft.Maui.Devices.Sensors.GyroscopeData : single * single * single -> Microsoft.Maui.Devices.Sensors.GyroscopeData
Public Sub New (x As Single, y As Single, z As Single)
Parameters
- x
- Single
X axis data.
- y
- Single
Y axis data.
- z
- Single
Z axis data.