public interface LongToDoubleFunction
double-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long value)
Applies this function to the given argument.
|
Copyright © 2018. All rights reserved.