Class And
- java.lang.Object
 - 
- org.apache.sysds.runtime.functionobjects.FunctionObject
 - 
- org.apache.sysds.runtime.functionobjects.ValueFunction
 - 
- org.apache.sysds.runtime.functionobjects.And
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class And extends ValueFunction
- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(boolean in1, boolean in2)doubleexecute(double in1, double in2)static AndgetAndFnObject()booleanisBinary()- 
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
requiresCorrection, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getAndFnObject
public static And getAndFnObject()
 
- 
execute
public boolean execute(boolean in1, boolean in2)- Overrides:
 executein classFunctionObject
 
- 
execute
public double execute(double in1, double in2)- Overrides:
 executein classFunctionObject
 
- 
isBinary
public boolean isBinary()
- Overrides:
 isBinaryin classValueFunction
 
 - 
 
 -