MagnetometerData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MagnetometerData(Double, Double, Double) |
Public constructor |
MagnetometerData(Single, Single, Single) |
Public constructor |
MagnetometerData(Double, Double, Double)
Public constructor
public MagnetometerData (double x, double y, double z);
Parameters
- x
- System.Double
X data
- y
- System.Double
Y data
- z
- System.Double
Z data
Applies to
MagnetometerData(Single, Single, Single)
Public constructor
public MagnetometerData (float x, float y, float z);
Parameters
- x
- System.Single
X data
- y
- System.Single
Y data
- z
- System.Single
Z data