| Modifier and Type | Method and Description |
|---|---|
static DelayCalculator.Result |
DelayCalculator.calculate(long nanoseconds)
Returns a result for the given delay in nanoseconds and the default
epsilon value (
DelayCalculator.DEFAULT_EPSILON). |
static DelayCalculator.Result |
DelayCalculator.calculate(long nanoseconds,
float epsilon)
Returns a result for the given delay and epsilon (error rate).
|
Copyright © 2015. All rights reserved.