Jochen,

This is called banker's rounding.
http://thesaurus.maths.org/dictionary/map/word/3011

Sebastien
http://pages.infinit.net/ctech/poupou.html

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jochen Wezel
Sent: 9 fevrier 2004 13:14
To: [EMAIL PROTECTED]
Subject: [Mono-list] Maths


Hi!
Has anybody seen that behaviour yet which is produced by MS .Net?
When rounding doubles to integer, there is a rounding error:
        Console.WriteLine(Convert.ToInt32(1.5)) 'is 2  - should be 2
        Console.WriteLine(Convert.ToInt32(2.5)) 'is 2  - should be 3
This may be important for those guys who are programming in that area.
Jochen

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to