Beispiel #1
0
 public static float[,] Round(float[,] values)
 {
     return(Matrix.Round(values.ToDouble()).ToSingle());
 }