C Board  

Go Back   C Board > General Programming Boards > C# Programming

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-09-2008, 04:19 AM   #1
Registered User
 
Join Date: May 2006
Posts: 1,579
trailing zero in Decimal

Hello everyone,


Mentioned here,

http://msdn.microsoft.com/en-us/libr...al(VS.80).aspx


What means "The scaling factor also preserves any trailing zeroes in a Decimal number"? Could anyone show me a sample please?


thanks in advance,
George
George2 is offline  
Old 06-09-2008, 07:40 AM   #2
the hat of redundancy hat
 
nvoigt's Avatar
 
Join Date: Aug 2001
Location: Hannover, Germany
Posts: 2,769
It probably means that 1.23000 and 1.23 though computational equivalent, are different values for a decimal. They might be equal but will produce different outputs when .ToString()'ed.
__________________
hth
-nv

She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

When in doubt, read the FAQ.
Then ask a smart question.
nvoigt is offline  
Closed Thread

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Assembly] Binary to decimal conversion for 64bit> numbers 1veedo Tech Board 3 07-04-2008 12:39 PM
I need help with decimal to binary Algorithm webznz C Programming 4 03-13-2008 03:52 AM
hex to binary,hex to decimal groovy C Programming 2 01-25-2006 02:14 AM
Confused by expression. Hulag C Programming 3 04-07-2005 07:52 AM
decimal to binary, decimal to hexadecimal and vice versa Unregistered C++ Programming 9 12-08-2001 11:07 PM


All times are GMT -6. The time now is 12:05 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22