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