Hi all,<BR><BR>I've just gotten started with C#. What's the best way to implement a C# multi-dimensional array for scientific computing purposes? I have a pretty big collection of code I've written ...
I'm trying to make a point in my C++/data structures class about two-dimensional arrays being an array of one-dimensional arrays, so I thought I'd be clever and whip up the following quickie sample ...
C# 12 arrived in November with .NET 8, bringing several new features—primary constructors, collection expressions, inline arrays, and more—that make it simpler and easier to write more efficient code.