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) |
Öffentlicher Konstruktor |
GyroscopeData(Single, Single, Single) |
Öffentlicher Konstruktor. |
GyroscopeData(Double, Double, Double)
Öffentlicher Konstruktor
public GyroscopeData (double x, double y, double z);
Parameter
- x
- System.Double
X-Daten
- y
- System.Double
Y-Daten
- z
- System.Double
Z-Daten
Gilt für:
GyroscopeData(Single, Single, Single)
Öffentlicher Konstruktor.
public GyroscopeData (float x, float y, float z);
Parameter
- x
- System.Single
X-Daten
- y
- System.Single
Y-Daten
- z
- System.Single
Z-Daten