Click here to Skip to main content
15,908,907 members
Home / Discussions / C#
   

C#

 
AnswerRe: get() and set() methods Pin
Andrei Ungureanu8-Oct-07 5:11
Andrei Ungureanu8-Oct-07 5:11 
GeneralRe: get() and set() methods Pin
66chawger8-Oct-07 6:57
66chawger8-Oct-07 6:57 
AnswerRe: get() and set() methods Pin
led mike8-Oct-07 7:15
led mike8-Oct-07 7:15 
QuestionLink Display Problem Pin
MumbleB8-Oct-07 4:50
MumbleB8-Oct-07 4:50 
AnswerRe: Link Display Problem Pin
Andrei Ungureanu8-Oct-07 4:55
Andrei Ungureanu8-Oct-07 4:55 
GeneralRe: Link Display Problem Pin
MumbleB8-Oct-07 8:45
MumbleB8-Oct-07 8:45 
QuestionFloat Data Type Pin
Imran Adam8-Oct-07 4:44
Imran Adam8-Oct-07 4:44 
AnswerRe: Float Data Type Pin
Andrei Ungureanu8-Oct-07 4:49
Andrei Ungureanu8-Oct-07 4:49 
Try this:
float result = (Total*1.0)/(NumberArray.Length*1.0);
.
.
Console.WriteLine("Average " + result);


If you divide 2 integers, even if you store the result in a float, the result is also integer, so try a small "cast"

There are 10 kinds of people: those who understand binary and those who don't

GeneralRe: Float Data Type Pin
Dan Neely8-Oct-07 4:53
Dan Neely8-Oct-07 4:53 
GeneralRe: Float Data Type Pin
Imran Adam8-Oct-07 4:57
Imran Adam8-Oct-07 4:57 
GeneralRe: Float Data Type Pin
Andrei Ungureanu8-Oct-07 4:58
Andrei Ungureanu8-Oct-07 4:58 
AnswerRe: Float Data Type Pin
Dan Neely8-Oct-07 4:52
Dan Neely8-Oct-07 4:52 
GeneralRe: Float Data Type Pin
Imran Adam8-Oct-07 4:58
Imran Adam8-Oct-07 4:58 
GeneralRe: Float Data Type Pin
Anthony Mushrow8-Oct-07 5:06
professionalAnthony Mushrow8-Oct-07 5:06 
AnswerRe: Float Data Type Pin
Pete O'Hanlon8-Oct-07 5:10
mvePete O'Hanlon8-Oct-07 5:10 
Questioncheck if record exist in a database C# sql 2005 Pin
Gazide8-Oct-07 4:02
Gazide8-Oct-07 4:02 
AnswerRe: check if record exist in a database C# sql 2005 Pin
Andrei Ungureanu8-Oct-07 4:18
Andrei Ungureanu8-Oct-07 4:18 
GeneralRe: check if record exist in a database C# sql 2005 Pin
ffowler8-Oct-07 5:49
ffowler8-Oct-07 5:49 
QuestionOnline Verification Pin
Nokoff8-Oct-07 4:00
Nokoff8-Oct-07 4:00 
AnswerRe: Online Verification Pin
il_masacratore8-Oct-07 4:16
il_masacratore8-Oct-07 4:16 
GeneralRe: Online Verification Pin
Nokoff8-Oct-07 4:34
Nokoff8-Oct-07 4:34 
GeneralRe: Online Verification Pin
Andrei Ungureanu8-Oct-07 4:42
Andrei Ungureanu8-Oct-07 4:42 
GeneralRe: Online Verification Pin
Nokoff8-Oct-07 4:54
Nokoff8-Oct-07 4:54 
GeneralRe: Online Verification Pin
Andrei Ungureanu8-Oct-07 5:02
Andrei Ungureanu8-Oct-07 5:02 
QuestionDataGridView Selections Pin
ffowler8-Oct-07 3:59
ffowler8-Oct-07 3:59 

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.