예제 #1
0
 public void StandardDevTest()
 {
     Assert.AreEqual(1.87, StandardDeviation.StandardDev(arrayA));
 }