Package | Description |
---|---|
net.imagej.ops.logic |
Modifier and Type | Class and Description |
---|---|
static class |
BooleanTypeLogic.ComparableLessThan<I extends Comparable<I>,O extends BooleanType<O>>
Performs less-than (<) between two
Comparable s. |
static class |
PrimitiveLogic.DoubleLessThan
Op that performs a less-than (<) comparison on two double values.
|
static class |
PrimitiveLogic.FloatLessThan
Op that performs a less-than (<) comparison on two float values.
|
static class |
PrimitiveLogic.IntegerLessThan
Op that performs a less-than (<) comparison on two int values.
|
static class |
PrimitiveLogic.LongLessThan
Op that performs a less-than (<) comparison on two long values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.