Changeset 1297 for trunk/java-utils/src/main/java/de/ugoe/cs
- Timestamp:
- 08/14/13 17:18:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils/src/main/java/de/ugoe/cs/util/ArrayTools.java
r1296 r1297 110 110 * invalid parameter 111 111 */ 112 public static <T>int findMax(double[] array) {112 public static int findMax(double[] array) { 113 113 int maxIndex = -1; 114 114 double maxElement = Double.MIN_VALUE;
Note: See TracChangeset
for help on using the changeset viewer.