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