public abstract class TrigonometricFunction extends AbstractNumericFunction
| Constructor and Description |
|---|
TrigonometricFunction(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 TrigonometricFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2018. All rights reserved.