|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shapelogic.mathematics.ArrayOperations
public class ArrayOperations
Mathematical operations on arrays in common use. Add when needed.
| Constructor Summary | |
|---|---|
ArrayOperations()
|
|
| Method Summary | |
|---|---|
static long |
product(int[] numberArray)
Take product of integer array and return as long. |
static long |
sum(int[] numberArray)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayOperations()
| Method Detail |
|---|
public static long product(int[] numberArray)
numberArray -
public static long sum(int[] numberArray)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||