public final class LonArithProg extends ArithProg
| Constructor and Description |
|---|
LonArithProg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accumulate(double[] values)
Accumulates a set of doubles.
|
boolean |
accumulate(float[] values)
Accumulates a set of floats.
|
static void |
main(String[] args)
Tests this class.
|
accumulate, accumulate, getCommonDifference, getFirst, getLast, getNumber, isConsistentpublic boolean accumulate(float[] values)
throws VisADException
accumulate in class ArithProgvalues - The values to accumulate.VisADException - ArithProg.isConsistent() was false before this
method was invoked.public boolean accumulate(double[] values)
throws VisADException
accumulate in class ArithProgvalues - The values to accumulate.VisADException - ArithProg.isConsistent() was false before this
method was invoked.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.