public static float GetHighestValue(this float[,] array)
 {
     return(ArrayUtility.GetHighestValue(array));
 }