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