示例#1
0
 public float StdDev(float?mean)
 {
     Debug.Assert(IsValid);
     return(_cuda.FindStdDev(_data, _size, mean ?? Average()));
 }