Пример #1
0
 public static Boolean ToBoolean(this Double[,] matrix)
 {
     return(matrix.AnyTrue());
 }