public class MathUtil extends Object
| Constructor and Description |
|---|
MathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
fillRange(int a,
int b)
Create an array filled with the integer values from a to b, inclusive.
|
static double |
max(double[] qvaluethresholdsforhitlists) |
static int |
sumArray(int[] array) |
public static int[] fillRange(int a,
int b)
a - b - public static double max(double[] qvaluethresholdsforhitlists)
public static int sumArray(int[] array)
array - of integersCopyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.