Sdílet prostřednictvím


MagnetometerData Konstruktory

Definice

Přetížení

MagnetometerData(Double, Double, Double)

Inicializuje novou instanci MagnetometerData třídy .

MagnetometerData(Single, Single, Single)

Inicializuje novou instanci MagnetometerData třídy .

MagnetometerData(Double, Double, Double)

Zdroj:
Magnetometer.shared.cs
Zdroj:
Magnetometer.shared.cs

Inicializuje novou instanci MagnetometerData třídy .

public:
 MagnetometerData(double x, double y, double z);
public MagnetometerData (double x, double y, double z);
new Microsoft.Maui.Devices.Sensors.MagnetometerData : double * double * double -> Microsoft.Maui.Devices.Sensors.MagnetometerData
Public Sub New (x As Double, y As Double, z As Double)

Parametry

x
Double

Data osy X.

y
Double

Data osy Y.

z
Double

Data Z asix.

Platí pro

MagnetometerData(Single, Single, Single)

Zdroj:
Magnetometer.shared.cs
Zdroj:
Magnetometer.shared.cs

Inicializuje novou instanci MagnetometerData třídy .

public:
 MagnetometerData(float x, float y, float z);
public MagnetometerData (float x, float y, float z);
new Microsoft.Maui.Devices.Sensors.MagnetometerData : single * single * single -> Microsoft.Maui.Devices.Sensors.MagnetometerData
Public Sub New (x As Single, y As Single, z As Single)

Parametry

x
Single

Data osy X.

y
Single

Data osy Y.

z
Single

Data Z asix.

Platí pro