Click here to Skip to main content
16,004,919 members
Home / Discussions / C#
   

C#

 
Generalpopup tip on form Pin
cchere11-May-04 8:02
cchere11-May-04 8:02 
GeneralRe: popup tip on form Pin
Heath Stewart11-May-04 8:54
protectorHeath Stewart11-May-04 8:54 
GeneralRe: popup tip on form Pin
cchere13-May-04 12:32
cchere13-May-04 12:32 
GeneralRounded numbers in C# Pin
spyforcer11-May-04 5:51
spyforcer11-May-04 5:51 
GeneralRe: Rounded numbers in C# Pin
Jeff Varszegi11-May-04 6:35
professionalJeff Varszegi11-May-04 6:35 
GeneralRe: Rounded numbers in C# Pin
spyforcer11-May-04 21:02
spyforcer11-May-04 21:02 
GeneralRe: Rounded numbers in C# Pin
Jeff Varszegi12-May-04 6:57
professionalJeff Varszegi12-May-04 6:57 
GeneralRe: Rounded numbers in C# Pin
Heath Stewart11-May-04 6:40
protectorHeath Stewart11-May-04 6:40 
This is a known issue (it's been discussed a few other times here on CodeProject as well), but not necessarily a bug (though one could argue it is). There's a lot of information about this on the web. Take a look at this one I grabbed from google: http://weblogs.asp.net/sfurman/archive/2003/03/07/3537.aspx[^].

Basically, it all comes down to precision. The article above has a link to some of the documentation in the .NET Framework SDK that indicates as much. There's also a cludgy work-around if you want to use that instead (using SqlDecimal.Round).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Rounded numbers in C# Pin
spyforcer11-May-04 21:27
spyforcer11-May-04 21:27 
GeneralCleaning a Stream Pin
Snowjim11-May-04 5:29
Snowjim11-May-04 5:29 
GeneralRe: Cleaning a Stream Pin
Alex Getman11-May-04 6:30
Alex Getman11-May-04 6:30 
GeneralRe: Cleaning a Stream Pin
Snowjim11-May-04 6:59
Snowjim11-May-04 6:59 
GeneralRe: Cleaning a Stream Pin
Alex Getman11-May-04 7:04
Alex Getman11-May-04 7:04 
GeneralRe: Cleaning a Stream Pin
Alex Getman11-May-04 7:05
Alex Getman11-May-04 7:05 
GeneralRe: Cleaning a Stream Pin
Snowjim11-May-04 7:08
Snowjim11-May-04 7:08 
GeneralRe: Cleaning a Stream Pin
Heath Stewart11-May-04 7:12
protectorHeath Stewart11-May-04 7:12 
GeneralRe: Cleaning a Stream Pin
Heath Stewart11-May-04 7:15
protectorHeath Stewart11-May-04 7:15 
GeneralRe: Cleaning a Stream Pin
Snowjim11-May-04 7:50
Snowjim11-May-04 7:50 
GeneralRe: Cleaning a Stream Pin
Heath Stewart11-May-04 8:51
protectorHeath Stewart11-May-04 8:51 
GeneralRe: Cleaning a Stream Pin
Snowjim11-May-04 9:06
Snowjim11-May-04 9:06 
GeneralRe: Cleaning a Stream Pin
Heath Stewart11-May-04 9:15
protectorHeath Stewart11-May-04 9:15 
GeneralRe: Cleaning a Stream Pin
Snowjim11-May-04 9:39
Snowjim11-May-04 9:39 
GeneralFramework 1.0 vs Framework 1.1 Pin
Alex Getman11-May-04 5:27
Alex Getman11-May-04 5:27 
GeneralRe: Framework 1.0 vs Framework 1.1 Pin
Dave Kreskowiak11-May-04 6:13
mveDave Kreskowiak11-May-04 6:13 
GeneralRe: Framework 1.0 vs Framework 1.1 Pin
Alex Getman11-May-04 6:27
Alex Getman11-May-04 6:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.