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