public class FuncLogWithBaseDoubleToDouble extends MathFuncDoubleToDouble implements ISetDoubleArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FuncLogWithBaseDoubleToDouble() |
FuncLogWithBaseDoubleToDouble(double scalarVal,
int colNum,
int outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
func(double d) |
double |
getBase() |
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
void |
setArg(double d) |
void |
setBase(double base) |
cleanup, evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumnevaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FuncLogWithBaseDoubleToDouble(double scalarVal,
int colNum,
int outputColumn)
public FuncLogWithBaseDoubleToDouble()
protected double func(double d)
func in class MathFuncDoubleToDoublepublic double getBase()
public void setBase(double base)
public void setArg(double d)
setArg in interface ISetDoubleArgpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.