MagnetometerData.MagneticField Property
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.
Gets the magnetic field vector in microteslas (µ).
public:
property System::Numerics::Vector3 MagneticField { System::Numerics::Vector3 get(); };
public System.Numerics.Vector3 MagneticField { get; }
member this.MagneticField : System.Numerics.Vector3
Public ReadOnly Property MagneticField As Vector3