public static class Bounds.UnionRealInterval extends Bounds.AbstractAdaptingRealInterval
n
Constructor and Description |
---|
UnionRealInterval(RealInterval i1,
RealInterval i2) |
Modifier and Type | Method and Description |
---|---|
double |
realMax(int d)
Get the maximum in dimension d.
|
double |
realMin(int d)
Get the minimum in dimension d.
|
realMax, realMax, realMin, realMin
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
numDimensions
public UnionRealInterval(RealInterval i1, RealInterval i2)
public double realMin(int d)
RealInterval
d
- dimensionpublic double realMax(int d)
RealInterval
d
- dimensionCopyright © 2015–2022 ImgLib2. All rights reserved.