Method | Description | |
---|---|---|
AddReading ( double sensorReading ) : System.Threading.Tasks.Task |
Adds a new reading to the meter and updates the stability measurement.
|
|
StabilityMonitor ( int sampleSize = 10 ) : System |
Creates an instance of Windows.Devices.Sensors.SensorStability.StabilityMonitor with the specified Maximum Consecutive readings required for a stable sensor reading.
|
public AddReading ( double sensorReading ) : System.Threading.Tasks.Task | ||
sensorReading | double | The sensor reading of type T. |
return | System.Threading.Tasks.Task |
public StabilityMonitor ( int sampleSize = 10 ) : System | ||
sampleSize | int | Specifies the number of samples to collect. |
return | System |