@Immutable public class RTTolerance extends Object
| Constructor and Description |
|---|
RTTolerance(float rtTolerance,
boolean isAbsolute)
Constructor for RTTolerance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkWithinTolerance(float rt1,
float rt2)
checkWithinTolerance.
|
float |
getTolerance()
getTolerance.
|
com.google.common.collect.Range<Float> |
getToleranceRange(float rtValue)
getToleranceRange.
|
boolean |
isAbsolute()
isAbsolute.
|
String |
toString() |
public boolean isAbsolute()
isAbsolute.
public float getTolerance()
getTolerance.
public com.google.common.collect.Range<Float> getToleranceRange(float rtValue)
getToleranceRange.
rtValue - a float.Range object.public boolean checkWithinTolerance(float rt1,
float rt2)
checkWithinTolerance.
rt1 - a float.rt2 - a float.Copyright © 2019. All rights reserved.