GyroscopeData Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GyroscopeData(Double, Double, Double) |
Initialisiert eine neue Instanz der GyroscopeData-Klasse. |
GyroscopeData(Single, Single, Single) |
Initialisiert eine neue Instanz der GyroscopeData-Klasse. |
GyroscopeData(Double, Double, Double)
- Quelle:
- Gyroscope.shared.cs
- Quelle:
- Gyroscope.shared.cs
Initialisiert eine neue Instanz der GyroscopeData-Klasse.
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)
Parameter
- x
- Double
X-Achsendaten.
- y
- Double
Daten der Y-Achse.
- z
- Double
Z-Achse-Daten.
Gilt für:
GyroscopeData(Single, Single, Single)
- Quelle:
- Gyroscope.shared.cs
- Quelle:
- Gyroscope.shared.cs
Initialisiert eine neue Instanz der GyroscopeData-Klasse.
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)
Parameter
- x
- Single
X-Achsendaten.
- y
- Single
Daten der Y-Achse.
- z
- Single
Z-Achse-Daten.