public interface Range
For the purpose of range calculation, NaNs should be skipped. That is, they should not appear as minimum or maximum.
The appropriate Range instance for an unknown range, or for a range of NaN values, is null.
| Modifier and Type | Method and Description |
|---|---|
Number |
getMaximum()
The maximum value.
|
Number |
getMinimum()
The minimum value.
|
Copyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.