Click here to Skip to main content
15,924,036 members
Home / Discussions / C#
   

C#

 
Questionget() and set() methods Pin
66chawger8-Oct-07 4:58
66chawger8-Oct-07 4:58 
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 
ok i know this must be a silly question, but im new to c# and still learning.....

I am trying to display a float value to the console, but it only appears as a whole number. (I am trying to display the average of an array of numbers)

This is what i have;

float result = Total/NumberArray.Length; //to store avg value in flaot var
.
.
Console.WriteLine("Average " + result); //to show value on screen

Where Total is The sum of the numbers
NumberArray.Lenghth is lenghth of array

For example (20+20+10)/3 = 16.66666
What i see on the screen is 16

Help would be appreciated???


Cheers Smile | :)

AnswerRe: Float Data Type Pin
Andrei Ungureanu8-Oct-07 4:49
Andrei Ungureanu8-Oct-07 4:49 
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 

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.