public abstract class FpMathFunction extends AbstractNumericFunction
| Constructor and Description |
|---|
FpMathFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
abstract Double |
evaluate(Number value) |
checkArgumentcheckFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getName, getOptionalArgument, getOptionalArgument, getRequiredArgument, getRequiredArgumentpublic FpMathFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2018. All rights reserved.