Precision

This commit is contained in:
2025-03-18 00:26:08 +01:00
parent 7f9e3f622a
commit 093679c9bb
7 changed files with 52 additions and 39 deletions

View File

@@ -3,5 +3,5 @@
public class Sollstunden {
public int Timetable { get; set; }
public int Wochentag { get; set; }
public float Zeit { get; set; }
public double Zeit { get; set; }
}