public class LogicalCalculator extends Object
| Constructor and Description |
|---|
LogicalCalculator() |
| Modifier and Type | Method and Description |
|---|---|
protected static Ptg |
calcAnd(Ptg[] operands)
AND
Returns TRUE if all its arguments are TRUE;
returns FALSE if one or more arguments is FALSE.
|
protected static Ptg |
calcFalse(Ptg[] operands)
Returns the logical function False
|
protected static Ptg |
calcIf(Ptg[] operands)
IF
Returns one value if a condition you specify evaluates to
TRUE and another value if it evaluates to FALSE.
|
protected static Ptg |
calcIferror(Ptg[] operands)
IFERROR function
Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula.
|
protected static Ptg |
calcNot(Ptg[] operands)
Returns the opposite boolean
|
protected static Ptg |
calcOr(Ptg[] operands)
Returns the opposite boolean
|
protected static Ptg |
calcTrue(Ptg[] operands)
Returns the logical function true
|
protected static Ptg calcAnd(Ptg[] operands)
protected static Ptg calcIf(Ptg[] operands)
protected static Ptg calcIferror(Ptg[] operands)
Copyright © 2002–2019 Starter Inc.. All rights reserved.