static void Test() { double A = 1, B = 100; int Lenght = 10; double[] C = Gen.ArrayDoubleAB(A, B, Lenght); Output.WriteLine(C); }