public final class BitwiseXor extends AbstractBinaryIntegerArithmeticOperator
xor
- bitwise 'exclusive or'.Constructor and Description |
---|
BitwiseXor() |
Modifier and Type | Method and Description |
---|---|
protected long |
calculateLong(long n1,
long n2)
Returns the result of evaluating an arithmetic expression using the two arguments
|
calculate
calculate, calculate, isPure, preprocess, setKnowledgeBase
protected long calculateLong(long n1, long n2)
AbstractBinaryIntegerArithmeticOperator
calculateLong
in class AbstractBinaryIntegerArithmeticOperator
Copyright © 2024. All rights reserved.