Class CombinedOperator.Negation
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.CombinedOperator.OperatorsFunction
org.cyclops.integrateddynamics.core.evaluate.operator.CombinedOperator.Negation
- All Implemented Interfaces:
OperatorBase.IFunction
- Enclosing class:
CombinedOperator
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CombinedOperator
asOperator
(IOperator operator) evaluate
(OperatorBase.SafeVariablesGetter variables) Evaluate this function for the given input.Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.CombinedOperator.OperatorsFunction
getInputOperatorCount, getOperators
-
Constructor Details
-
Negation
-
-
Method Details
-
evaluate
Description copied from interface:OperatorBase.IFunction
Evaluate this function for the given input.- Parameters:
variables
- The input variables holder.- Returns:
- The output value.
- Throws:
EvaluationException
- If an exception occurs while evaluating
-
asOperator
-