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