Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: difference b/w abstract method and interfaces Pin
m@u26-Nov-07 6:19
m@u26-Nov-07 6:19 
AnswerRe: difference b/w abstract method and interfaces Pin
PIEBALDconsult26-Nov-07 9:02
mvePIEBALDconsult26-Nov-07 9:02 
Questionthread synchronization Pin
invictus326-Nov-07 5:30
invictus326-Nov-07 5:30 
AnswerRe: thread synchronization Pin
Rob Philpott26-Nov-07 5:40
Rob Philpott26-Nov-07 5:40 
AnswerRe: thread synchronization Pin
Ennis Ray Lynch, Jr.26-Nov-07 7:16
Ennis Ray Lynch, Jr.26-Nov-07 7:16 
QuestionLine Segments [modified] Pin
Jim Warburton26-Nov-07 5:13
Jim Warburton26-Nov-07 5:13 
AnswerRe: Line Segments Pin
Skippums26-Nov-07 7:03
Skippums26-Nov-07 7:03 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:10
Jim Warburton26-Nov-07 8:10 
I did give a hash some thought, was worried about the size. I have not looked at sortedDictionary, will do so thanks.
I am leaning towards an endpoint ordering. Concern with that approach is the time to form the line. Aren't modern machines supposed to remove this time/memory problem with lots of each.
The original data contains no 'lines with in lines' each segment is unique. Using your example the lines would be <0,0,0> to <1,1,1> and <1,1,1> to <2,2,2> and <2,2,2> to <3,3,3> resulting in a line of <0,0,0> to <3,3,3>. The overlap from your example is not possible in the data set I am working with, if it does occur there was an error beyond my control.

this thing looks like it was written by an epileptic ferret
Dave Kreskowiak

GeneralRe: Line Segments Pin
Skippums26-Nov-07 9:56
Skippums26-Nov-07 9:56 
GeneralRe: Line Segments Pin
Jim Warburton29-Nov-07 4:23
Jim Warburton29-Nov-07 4:23 
AnswerRe: Line Segments Pin
Luc Pattyn26-Nov-07 7:10
sitebuilderLuc Pattyn26-Nov-07 7:10 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 7:57
Jim Warburton26-Nov-07 7:57 
GeneralRe: Line Segments Pin
Luc Pattyn26-Nov-07 8:32
sitebuilderLuc Pattyn26-Nov-07 8:32 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:59
Jim Warburton26-Nov-07 8:59 
QuestionHow to know which tree view node on master page is clicked on the form level Pin
ss.mmm26-Nov-07 5:09
ss.mmm26-Nov-07 5:09 
AnswerRe: How to know which tree view node on master page is clicked on the form level Pin
SABhatti26-Nov-07 8:53
SABhatti26-Nov-07 8:53 
QuestionUpdating controls from non-gui thread. Pin
Rob Philpott26-Nov-07 5:09
Rob Philpott26-Nov-07 5:09 
AnswerRe: Updating controls from non-gui thread. Pin
m@u26-Nov-07 5:21
m@u26-Nov-07 5:21 
GeneralRe: Updating controls from non-gui thread. Pin
Rob Philpott26-Nov-07 5:25
Rob Philpott26-Nov-07 5:25 
GeneralRe: Updating controls from non-gui thread. Pin
m@u26-Nov-07 5:38
m@u26-Nov-07 5:38 
AnswerRe: Updating controls from non-gui thread. Pin
Luc Pattyn26-Nov-07 6:23
sitebuilderLuc Pattyn26-Nov-07 6:23 
QuestionInserting into excel from C# Pin
GreekTreat26-Nov-07 5:06
GreekTreat26-Nov-07 5:06 
AnswerRe: Inserting into excel from C# Pin
GuyThiebaut26-Nov-07 5:16
professionalGuyThiebaut26-Nov-07 5:16 
GeneralRe: Inserting into excel from C# Pin
GreekTreat26-Nov-07 5:23
GreekTreat26-Nov-07 5:23 
AnswerRe: Inserting into excel from C# Pin
Aftab Sindhi26-Nov-07 5:23
Aftab Sindhi26-Nov-07 5:23 

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.