Package | Description |
---|---|
net.imagej.ops.math |
Modifier and Type | Class and Description |
---|---|
static class |
BinaryRealTypeMath.Xor<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>>
Sets the real component of an output real number to the logical XOR of the
real component of two input real numbers.
|
static class |
PrimitiveMath.IntegerXor
Op that computes the bitwise XOR (^) of two int values.
|
static class |
PrimitiveMath.LongXor
Op that computes the bitwise XOR (^) of two long values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.