Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

NiScalarVector or similar in .NET?

Hello,

Working with Visual C++, I use class NiScalarVector. Now I am working with VS .NET and C#, I want to use Dinamic Arrays, some like class NiScalarVector. What can I do? I can't use this class, and I can't find some similar in the .NET libraries...

pd: Sorry, but my English Isn't good.

Thanks a lot,

Kiko Llaneras.
0 Kudos
Message 1 of 3
(3,539 Views)
Take a look at the classes in the .NET Framework System.Collections namespace. In particular, check out ArrayList, which is probably the closest thing to what you're looking for.

- Elton
0 Kudos
Message 2 of 3
(3,539 Views)
Thanks a lot, It can help me.

But, why isn't exist some class in National Intruments .NET library like the ScalarVector? I can do some things with an ArrayList but not all the things that the ScalarVector's methods do, like add, append, sum, multiply and things like that.

Thanks,

Kiko Llaneras
0 Kudos
Message 3 of 3
(3,539 Views)