Click here to Skip to main content
15,914,066 members
Home / Discussions / C#
   

C#

 
AnswerRe: insert time Pin
morsanu18-Aug-09 1:54
morsanu18-Aug-09 1:54 
Questionget Keyboard Hooks from a particular application Pin
avika17-Aug-09 21:54
avika17-Aug-09 21:54 
AnswerRe: get Keyboard Hooks from a particular application Pin
Hristo-Bojilov17-Aug-09 22:22
Hristo-Bojilov17-Aug-09 22:22 
GeneralRe: get Keyboard Hooks from a particular application Pin
avika17-Aug-09 22:35
avika17-Aug-09 22:35 
AnswerRe: get Keyboard Hooks from a particular application Pin
King Julien17-Aug-09 22:32
King Julien17-Aug-09 22:32 
GeneralRe: get Keyboard Hooks from a particular application Pin
avika17-Aug-09 22:43
avika17-Aug-09 22:43 
GeneralRe: get Keyboard Hooks from a particular application Pin
King Julien17-Aug-09 23:26
King Julien17-Aug-09 23:26 
QuestionAccuracy of double Pin
bonzaiholding17-Aug-09 21:50
bonzaiholding17-Aug-09 21:50 
Hi,
In this code for example:

double Start =1; 
double Jump =0.2;
double End = 2;
List<double> m_List = new List<double>();
for(double Num = Start ; num<=End;Num+=Jump)
       m_List.Add(num);



i want to get the numbers 1 , 1.2 , 1.4 , 1.6 , 1.8 , 2
But im getting 1 , 1.2 ,1.4 ,1.5999999 ,1.79999999 ,1.99999999

How can i fix it?

(The numbers can be in 2e-04,300,6e-8 for example)
AnswerRe: Accuracy of double Pin
musefan17-Aug-09 22:04
musefan17-Aug-09 22:04 
AnswerRe: Accuracy of double Pin
padmanabhan N17-Aug-09 22:21
padmanabhan N17-Aug-09 22:21 
AnswerRe: Accuracy of double Pin
Calla17-Aug-09 22:29
Calla17-Aug-09 22:29 
QuestionEnterprise Library with Microsoft Access [modified] Pin
Tiger45617-Aug-09 21:31
Tiger45617-Aug-09 21:31 
AnswerRe: Enterprise Library with Microsoft Access Pin
Hristo-Bojilov17-Aug-09 21:43
Hristo-Bojilov17-Aug-09 21:43 
Questionwhat is the best way to import from excel Pin
Abdul Rahman Hamidy17-Aug-09 21:23
Abdul Rahman Hamidy17-Aug-09 21:23 
AnswerRe: what is the best way to import from excel Pin
Johan Hakkesteegt18-Aug-09 1:36
Johan Hakkesteegt18-Aug-09 1:36 
Questionhow can i send and receive packets by using network connection of another application? Pin
Frozzeg17-Aug-09 20:55
Frozzeg17-Aug-09 20:55 
AnswerRe: how can i send and receive packets by using network connection of another application? Pin
Christian Graus17-Aug-09 21:12
protectorChristian Graus17-Aug-09 21:12 
Questionexample code Digital Mark Reader Pin
aspalto17-Aug-09 20:37
aspalto17-Aug-09 20:37 
AnswerRe: example code Digital Mark Reader Pin
Ashfield17-Aug-09 21:03
Ashfield17-Aug-09 21:03 
AnswerRe: example code Digital Mark Reader Pin
Super Lloyd18-Aug-09 18:20
Super Lloyd18-Aug-09 18:20 
QuestionVOIP Pin
rosae61917-Aug-09 20:13
rosae61917-Aug-09 20:13 
AnswerRe: VOIP Pin
Christian Graus17-Aug-09 20:34
protectorChristian Graus17-Aug-09 20:34 
GeneralRe: VOIP Pin
CoderForEver18-Aug-09 9:59
CoderForEver18-Aug-09 9:59 
AnswerRe: VOIP Pin
CoderForEver18-Aug-09 10:03
CoderForEver18-Aug-09 10:03 
QuestionAccessing Dynamic Controls in Repeater Pin
Chad Roeder17-Aug-09 19:50
Chad Roeder17-Aug-09 19:50 

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.