Click here to Skip to main content
16,005,473 members
Home / Discussions / C#
   

C#

 
AnswerRe: Threading Pin
Curtis Schlak.25-Nov-05 4:44
Curtis Schlak.25-Nov-05 4:44 
QuestionArray Index Problem Pin
ytubis25-Nov-05 1:45
ytubis25-Nov-05 1:45 
AnswerRe: Array Index Problem Pin
the last free name25-Nov-05 2:16
the last free name25-Nov-05 2:16 
GeneralRe: Array Index Problem Pin
ytubis25-Nov-05 2:25
ytubis25-Nov-05 2:25 
GeneralRe: Array Index Problem Pin
Curtis Schlak.25-Nov-05 2:50
Curtis Schlak.25-Nov-05 2:50 
GeneralRe: Array Index Problem Pin
ytubis25-Nov-05 3:02
ytubis25-Nov-05 3:02 
GeneralRe: Array Index Problem Pin
Curtis Schlak.25-Nov-05 4:13
Curtis Schlak.25-Nov-05 4:13 
Questionhow to check infinite condition in C# Pin
satish090925-Nov-05 1:12
satish090925-Nov-05 1:12 
i have a point.

how to compare this condition

PointF point=new PointF();
point = x.Intersect(y);

first time i am getting (429.5,215) as point

next time i am getting (+infinity,NaN) as point

So I like to have point which is having values in the point(numerice values).but not infinity or NaN
for this only I need to write (If condition).

if(point is not infinite)
{

}

if point is infinite then it not should enter in the if condition.
sometimes i get infinite values in the point.

what is the syntax for the above one.

Please help me out.

Thanks in Advance
Satya



satya

-- modified at 8:07 Friday 25th November, 2005
AnswerRe: how to check infinite condition in C# Pin
J4amieC25-Nov-05 1:37
J4amieC25-Nov-05 1:37 
AnswerRe: how to check infinite condition in C# Pin
Robert Rohde25-Nov-05 7:01
Robert Rohde25-Nov-05 7:01 
Questionlocalization Pin
brain2cpu25-Nov-05 0:33
professionalbrain2cpu25-Nov-05 0:33 
AnswerRe: localization Pin
lmoelleb25-Nov-05 1:33
lmoelleb25-Nov-05 1:33 
QuestionPoint of Service Pin
raheeli25-Nov-05 0:05
raheeli25-Nov-05 0:05 
AnswerRe: Point of Service Pin
Robert Rohde25-Nov-05 7:06
Robert Rohde25-Nov-05 7:06 
Questionquestion Pin
eyalso24-Nov-05 23:38
eyalso24-Nov-05 23:38 
AnswerRe: question Pin
ajay_dalvi1325-Nov-05 0:09
ajay_dalvi1325-Nov-05 0:09 
GeneralRe: question Pin
eyalso25-Nov-05 0:44
eyalso25-Nov-05 0:44 
QuestionOnSessionEnd Eventhandler in C#. Pin
ajay_dalvi1324-Nov-05 23:36
ajay_dalvi1324-Nov-05 23:36 
QuestionComboBox problem Pin
A.Grover24-Nov-05 23:30
A.Grover24-Nov-05 23:30 
AnswerRe: ComboBox problem Pin
Robert Rohde25-Nov-05 7:08
Robert Rohde25-Nov-05 7:08 
QuestionHow can i merge rows with data grid for my following requirement Pin
raghav_tpg24-Nov-05 19:55
raghav_tpg24-Nov-05 19:55 
AnswerRe: How can i merge rows with data grid for my following requirement Pin
manasvarpe24-Nov-05 20:49
manasvarpe24-Nov-05 20:49 
GeneralRe: How can i merge rows with data grid for my following requirement Pin
J4amieC24-Nov-05 21:31
J4amieC24-Nov-05 21:31 
GeneralRe: How can i merge rows with data grid for my following requirement Pin
manasvarpe27-Nov-05 17:24
manasvarpe27-Nov-05 17:24 
GeneralRe: How can i merge rows with data grid for my following requirement Pin
raghav_tpg25-Nov-05 0:31
raghav_tpg25-Nov-05 0:31 

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.