Click here to Skip to main content
15,912,897 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Monitoring System temperature Pin
ian mariano11-Mar-04 18:33
ian mariano11-Mar-04 18:33 
GeneralRe: Monitoring System temperature Pin
eggie515-May-04 10:37
eggie515-May-04 10:37 
GeneralRe: Monitoring System temperature Pin
ian mariano11-Mar-04 18:37
ian mariano11-Mar-04 18:37 
GeneralRe: Monitoring System temperature Pin
ian mariano11-Mar-04 18:42
ian mariano11-Mar-04 18:42 
Questionhow can i save 2D array of double to a file? Pin
Marco M.10-Mar-04 4:06
Marco M.10-Mar-04 4:06 
AnswerRe: how can i save 2D array of double to a file? Pin
ian mariano11-Mar-04 19:32
ian mariano11-Mar-04 19:32 
GeneralRe: how can i save 2D array of double to a file? Pin
Marco M.13-Mar-04 1:02
Marco M.13-Mar-04 1:02 
GeneralRe: how can i save 2D array of double to a file? Pin
ian mariano15-Mar-04 12:08
ian mariano15-Mar-04 12:08 
Using a jagged array instead of a rectangular one as above will do the trick. You just use double[][] x instead of double[,] x. See above. The code that would change would be the array initializers and accessors. If this is too much retrofit for the code, use the rectangular dual for loop method above.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

AnswerRe: how can i save 2D array of double to a file? Pin
Roman Rodov16-Mar-04 17:14
Roman Rodov16-Mar-04 17:14 
GeneralExchange server 5.5 Pin
pushpi10-Mar-04 1:02
pushpi10-Mar-04 1:02 
GeneralSave word Pin
Sreepathi8-Mar-04 11:53
Sreepathi8-Mar-04 11:53 
GeneralRe: Save word Pin
Peter Greenall8-Mar-04 12:04
Peter Greenall8-Mar-04 12:04 
GeneralRe: Save word Pin
Sreepathi8-Mar-04 12:52
Sreepathi8-Mar-04 12:52 
GeneralRe: Save word Pin
Philip Fitzsimons9-Mar-04 6:21
Philip Fitzsimons9-Mar-04 6:21 
QuestionOracle Notification Services?? Pin
Chen Venkataraman8-Mar-04 9:42
Chen Venkataraman8-Mar-04 9:42 
General.net 1.1 bug? XmlDocument.CreateProcessingInstruction Pin
Anonymous8-Mar-04 9:14
Anonymous8-Mar-04 9:14 
GeneralRe: .net 1.1 bug? XmlDocument.CreateProcessingInstruction Pin
Philip Fitzsimons9-Mar-04 6:24
Philip Fitzsimons9-Mar-04 6:24 
Question.NET platform independant? Pin
Peter Greenall8-Mar-04 8:23
Peter Greenall8-Mar-04 8:23 
AnswerRe: .NET platform independant? Pin
John Kuhn8-Mar-04 8:51
John Kuhn8-Mar-04 8:51 
GeneralRe: .NET platform independant? Pin
Michael Flanakin17-Mar-04 2:17
Michael Flanakin17-Mar-04 2:17 
GeneralRe: .NET platform independant? Pin
John Kuhn17-Mar-04 5:56
John Kuhn17-Mar-04 5:56 
GeneralRe: .NET platform independant? Pin
Michael Flanakin19-Mar-04 1:46
Michael Flanakin19-Mar-04 1:46 
GeneralRe: .NET platform independant? Pin
John Kuhn22-Mar-04 15:36
John Kuhn22-Mar-04 15:36 
GeneralRe: .NET platform independant? Pin
Michael Flanakin23-Mar-04 1:50
Michael Flanakin23-Mar-04 1:50 
GeneralRe: .NET platform independant? Pin
John Kuhn23-Mar-04 15:37
John Kuhn23-Mar-04 15:37 

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.