Compartir a través de


MagnetometerDataThreshold.YAxisMicroteslas Propiedad

Definición

Obtiene o establece el cambio mínimo de datos geomagnéticos alrededor del eje Y necesario para alcanzar el umbral, medido en microteslas.

public:
 property float YAxisMicroteslas { float get(); void set(float value); };
float YAxisMicroteslas();

void YAxisMicroteslas(float value);
public float YAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.yAxisMicroteslas;
magnetometerDataThreshold.yAxisMicroteslas = single;
Public Property YAxisMicroteslas As Single

Valor de propiedad

Single

float

Umbral de datos del magnetómetro para el eje Y, en microteslas.

Se aplica a

Consulte también