GyroscopeData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GyroscopeData(Double, Double, Double) |
Initialise une nouvelle instance de la classe GyroscopeData. |
GyroscopeData(Single, Single, Single) |
Initialise une nouvelle instance de la classe GyroscopeData. |
GyroscopeData(Double, Double, Double)
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
Initialise une nouvelle instance de la classe GyroscopeData.
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)
Paramètres
- x
- Double
Données de l’axe X.
- y
- Double
Données de l’axe Y.
- z
- Double
Données de l’axe Z.
S’applique à
GyroscopeData(Single, Single, Single)
- Source:
- Gyroscope.shared.cs
- Source:
- Gyroscope.shared.cs
Initialise une nouvelle instance de la classe GyroscopeData.
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)
Paramètres
- x
- Single
Données de l’axe X.
- y
- Single
Données de l’axe Y.
- z
- Single
Données de l’axe Z.