public final class Minus extends AbstractUnaryArithmeticOperator
- - minus operator.| Constructor and Description |
|---|
Minus() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
calculateDouble(double n)
Returns the result of evaluating an arithmetic expression using the specified argument
|
protected long |
calculateLong(long n)
Returns the result of evaluating an arithmetic expression using the specified argument
|
calculatecalculate, calculate, isPure, preprocess, setKnowledgeBaseprotected double calculateDouble(double n)
AbstractUnaryArithmeticOperatorcalculateDouble in class AbstractUnaryArithmeticOperatorprotected long calculateLong(long n)
AbstractUnaryArithmeticOperatorcalculateLong in class AbstractUnaryArithmeticOperatorCopyright © 2024. All rights reserved.