// This test tests all the methods in the C# collection wrapper using System; using li_std_vectorNamespace; public class li_std_vector_runme { private static readonly int collectionSize = 20; private static readonly int midCollection = collectionSize/2; public static DoubleVector myDoubleVector; public static RealVector myRealVector; public static void Main() { // Setup collection DoubleVector vect = new DoubleVector(); for (int i=0; i