Class NullWrappedBinary
java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- All Implemented Interfaces:
NullWrappedFunctionI,PostfixMathCommandI,Serializable
Null wrapped version of a binary function.
Both
null OP any and any OP null both return null
otherwise the same value as the original is returned.- Since:
- 3.4
- Author:
- Richard Morris
- See Also:
-
Field Summary
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, name, NaN, numberOfParameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.singularsys.jep.functions.BinaryFunction
instanceOf, instanceOf, runMethods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, toString, toString
-
Constructor Details
-
NullWrappedBinary
- Parameters:
fun-
-
-
Method Details
-
getRoot
Description copied from interface:NullWrappedFunctionIGet to function which this function wraps.- Specified by:
getRootin interfaceNullWrappedFunctionI- Returns:
- the root function, may be "this".
-
setName
Description copied from interface:PostfixMathCommandISets the name of the function used for error messages- Specified by:
setNamein interfacePostfixMathCommandI- Overrides:
setNamein classPostfixMathCommand- Parameters:
name- the function name
-
eval
- Specified by:
evalin classBinaryFunction- Throws:
EvaluationException
-