Kód:
panel.Size = new Size(
(int) Math.Ceiling(cxCol + SysInfoStrings1.MaxValueWidth(grfx,
Font)),
(int) Math.Ceiling(cySpace * SysInfoStrings1.Count));
Pouzil som metodu "Ceiling" pre zaokruhlenie kazdej hodnoty na najblizsiu vyssiu celociselnu hodnotu.
Stale mi to vypisuje, ze volanie medzi dvoma metodami "Ceiling" je chybne. Treba aby obidve metody "Ceiling" boli double alebo decimal?? ,alebo v com je chyba.
toto je ta chyba:
Error 1 The call is ambiguous between the following methods or properties: 'System.Math.Ceiling(double)' and 'System.Math.Ceiling(decimal)'