WinFrmUI/Yw.WinFrmUI.Hydro.Core/19-pump/02-extend/HydroSinglePumpListItemExtendViewModel.cs
@@ -66,11 +66,7 @@ { return default; } if (!this.Vmo.RatedN.HasValue) { return default; } return Math.Round(this.Hz / this.Vmo.RatedHz * this.Vmo.RatedN.Value, 1); return Math.Round(this.Hz / this.Vmo.RatedHz * this.Vmo.RatedN, 1); } }