public void IndexOfMax1() { Span <float> v1 = new float[0], v2 = new float[1]; Assert.IsTrue(v1.Argmax() == 0); Assert.IsTrue(v2.Argmax() == 0); }