次の方法で共有


OrientationSensorData コンストラクター

定義

オーバーロード

OrientationSensorData(Double, Double, Double, Double)

OrientationSensorData クラスの新しいインスタンスを初期化します。

OrientationSensorData(Single, Single, Single, Single)

OrientationSensorData クラスの新しいインスタンスを初期化します。

OrientationSensorData(Double, Double, Double, Double)

ソース:
OrientationSensor.shared.cs
ソース:
OrientationSensor.shared.cs

OrientationSensorData クラスの新しいインスタンスを初期化します。

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

パラメーター

x
Double

X 軸データ。

y
Double

Y 軸データ。

z
Double

Z 軸データ。

w
Double

W 軸データ。

適用対象

OrientationSensorData(Single, Single, Single, Single)

ソース:
OrientationSensor.shared.cs
ソース:
OrientationSensor.shared.cs

OrientationSensorData クラスの新しいインスタンスを初期化します。

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

パラメーター

x
Single

X 軸データ。

y
Single

Y 軸データ。

z
Single

Z 軸データ。

w
Single

W 軸データ。

適用対象