public final class ShiftRight extends AbstractBinaryIntegerArithmeticOperator
>>
- right shift bits.Constructor and Description |
---|
ShiftRight() |
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.