public abstract class XYNumericFunction extends Fixed2ArgFunction
Modifier and Type | Class and Description |
---|---|
protected static interface |
XYNumericFunction.Accumulator |
Constructor and Description |
---|
XYNumericFunction() |
Modifier and Type | Method and Description |
---|---|
protected abstract XYNumericFunction.Accumulator |
createAccumulator()
Constructs a new instance of the Accumulator used to calculated this function
|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0,
ValueEval arg1)
|
evaluate, evaluateArray
protected abstract XYNumericFunction.Accumulator createAccumulator()
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Function2Arg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.