Function
, Function2Arg
public abstract class XYNumericFunction extends Fixed2ArgFunction
Modifier and Type | Class | Description |
---|---|---|
protected static interface |
XYNumericFunction.Accumulator |
Constructor | Description |
---|---|
XYNumericFunction() |
Modifier and Type | Method | 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
protected abstract XYNumericFunction.Accumulator createAccumulator()
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Function2Arg
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.