Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting a project to .Net 3 Pin
Christian Graus15-Jun-08 9:54
protectorChristian Graus15-Jun-08 9:54 
GeneralRe: Converting a project to .Net 3 Pin
Muammar©15-Jun-08 9:55
Muammar©15-Jun-08 9:55 
Questiontotal minutes difference Pin
Jassim Rahma15-Jun-08 8:24
Jassim Rahma15-Jun-08 8:24 
AnswerRe: total minutes difference Pin
User 665815-Jun-08 8:35
User 665815-Jun-08 8:35 
AnswerRe: total minutes difference [modified] Pin
Eslam Afifi15-Jun-08 8:37
Eslam Afifi15-Jun-08 8:37 
AnswerRe: total minutes difference Pin
Pete O'Hanlon15-Jun-08 8:39
mvePete O'Hanlon15-Jun-08 8:39 
Questionround the fils Pin
Jassim Rahma15-Jun-08 8:18
Jassim Rahma15-Jun-08 8:18 
AnswerRe: round the fils Pin
Eslam Afifi15-Jun-08 8:49
Eslam Afifi15-Jun-08 8:49 
This is not rounding; you're taking the ceiling to 0.05 or 0.1 (in case it's not an integer amount of money)
A hint,
0.513 ceiling to 0.05 = 0.5 + 0.05 = 0.55
1.148 ceiling to 0.1 = 1.1 + 0.1 = 1.2

But you want 1.000 to return 1.000 not 1.05 or 1.1 so you'll take that into account. And use decimal not float or double.

Eslam Afifi

Questionsize of an object of a class Pin
tina->newcoder15-Jun-08 7:54
tina->newcoder15-Jun-08 7:54 
AnswerRe: size of an object of a class Pin
Eslam Afifi15-Jun-08 9:22
Eslam Afifi15-Jun-08 9:22 
GeneralRe: size of an object of a class Pin
tina->newcoder16-Jun-08 1:19
tina->newcoder16-Jun-08 1:19 
GeneralRe: size of an object of a class Pin
Eslam Afifi16-Jun-08 5:17
Eslam Afifi16-Jun-08 5:17 
QuestionConvert double to int32 problem Pin
Newbie_Toy15-Jun-08 7:45
Newbie_Toy15-Jun-08 7:45 
AnswerRe: Convert double to int32 problem Pin
User 665815-Jun-08 7:52
User 665815-Jun-08 7:52 
AnswerRe: Convert double to int32 problem Pin
buchstaben16-Jun-08 5:27
buchstaben16-Jun-08 5:27 
Question'Most used' queue Pin
Chris Maunder15-Jun-08 5:12
cofounderChris Maunder15-Jun-08 5:12 
AnswerRe: 'Most used' queue [modified] Pin
User 665815-Jun-08 5:43
User 665815-Jun-08 5:43 
GeneralRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 6:07
Eslam Afifi15-Jun-08 6:07 
GeneralRe: 'Most used' queue Pin
Robert.C.Cartaino15-Jun-08 7:13
Robert.C.Cartaino15-Jun-08 7:13 
QuestionRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 7:32
Eslam Afifi15-Jun-08 7:32 
GeneralRe: 'Most used' queue Pin
Chris Maunder15-Jun-08 14:46
cofounderChris Maunder15-Jun-08 14:46 
GeneralRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 20:38
Eslam Afifi15-Jun-08 20:38 
AnswerRe: 'Most used' queue Pin
Pete O'Hanlon16-Jun-08 8:37
mvePete O'Hanlon16-Jun-08 8:37 
GeneralRe: 'Most used' queue Pin
Chris Maunder16-Jun-08 8:39
cofounderChris Maunder16-Jun-08 8:39 
GeneralRe: 'Most used' queue Pin
Pete O'Hanlon16-Jun-08 8:46
mvePete O'Hanlon16-Jun-08 8:46 

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.