![]() |
| | #1 |
| Registered User Join Date: May 2006
Posts: 1,579
| trailing zero in Decimal 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 |
| | #2 |
| the hat of redundancy hat 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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
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 |