M
matthias s
Hi there,
I believed that Math.Ceiling is like Math.Round except that it always rounds
up to the next
but this
double d = Math.Ceiling(29/15);
will get me "1" where I'd expect it to return "2". Am I on the wrong track?
Could somebody be so kind an shed some light?
Thanks in advance!
Matthias
I believed that Math.Ceiling is like Math.Round except that it always rounds
up to the next
but this
double d = Math.Ceiling(29/15);
will get me "1" where I'd expect it to return "2". Am I on the wrong track?
Could somebody be so kind an shed some light?
Thanks in advance!
Matthias