1 write to PressureInHectopascals
Microsoft.Maui.Essentials (1)
Barometer\Barometer.shared.cs (1)
121 PressureInHectopascals = pressure;
7 references to PressureInHectopascals
Microsoft.Maui.Essentials (7)
Barometer\Barometer.shared.cs (7)
155 /// Compares the underlying <see cref="BarometerData.PressureInHectopascals"/> instances. 160 PressureInHectopascals.Equals(other.PressureInHectopascals); 164 PressureInHectopascals.GetHashCode(); 167 /// Returns a string representation of the current values of <see cref="PressureInHectopascals"/>. 170 public override string ToString() => $"{nameof(PressureInHectopascals)}: {PressureInHectopascals}";