public class FuncLogWithBaseLongToDouble extends MathFuncLongToDouble implements ISetDoubleArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FuncLogWithBaseLongToDouble() |
FuncLogWithBaseLongToDouble(double scalarVal,
int colNum,
int outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
func(long l) |
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 FuncLogWithBaseLongToDouble(double scalarVal,
int colNum,
int outputColumn)
public FuncLogWithBaseLongToDouble()
protected double func(long l)
func in class MathFuncLongToDoublepublic 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.