Class MinMaxRange
Object
org.anchoranalysis.image.voxel.iterator.MinMaxRange
public final class MinMaxRange extends Object
The minimum and maximum associated with a range of values.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description MinMaxRange(long min, long max) -
Method Summary
-
Constructor Details
-
MinMaxRange
public MinMaxRange(long min, long max)
-
-
Method Details