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