Hello,
We are in the process of creating a list that will be made externally available, I will post the link here , as soon as it is available.
When we implemented the analysis library for dotNET, we reevaluated existing APIs, and looked for methods that dotNET contained natively, or that let the user trivially (perhaps in one line) do the same themselves.
As it turns out, most of the methods that we chose not to implement were those that (when compared to the activeX control)are in the CniArray or in dotNET in the ArrayOperations class. Array arithmetic is arguably a lot simpler in dotNET, and most(though certainly not all) of the methods we chose not to include in our API, typically have trivial one line implementations in dotNET.
So there a
re no methods, say, for adding /subtracting 1D arrays, clearing or sorting them.
There are some array operations that may not be that easy, and some that, well, should be there just because they are very convenient. The extracting of a row/column from a matrix would fall into that category.
There may be others, so we do appreciate and certainly value, user feedback in this area.
Best Regards,
NandanD
Nandan Dharwadker
Staff Software Engineer
Measurement Studio Hardware Team