CMMagneticField Struct
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.
Represents the 3-axis magnetometer data in microteslas.
public struct CMMagneticField
type CMMagneticField = struct
- Inheritance
-
CMMagneticField
Fields
X |
X component of the magnetic field, measured in microteslas. |
Y |
Y component of the magnetic field, measured in microteslas. |
Z |
Z component of the magnetic field, measured in microteslas. |
Methods
ToString() |
String representation of the magnetometer reading. |