com.koloboke.function
Interface IntToFloatFunction
public interface IntToFloatFunction
Represents a function that accepts an int
-valued argument and produces a
float
-valued result. This is the int
-to-float
primitive
specialization for Function
.
- See Also:
Function
Method Summary |
float |
applyAsFloat(int value)
Applies this function to the given argument. |
applyAsFloat
float applyAsFloat(int value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result