1 write to TemperatureC
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
20
TemperatureC
= Random.Shared.Next(-20, 55),
1 reference to TemperatureC
AspireWithMaui.WeatherApi (1)
WeatherForecast.cs (1)
9
public int TemperatureF => 32 + (int)(
TemperatureC
/ 0.5556);