JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gnu.trove
Interface TFloatFunction
public interface
TFloatFunction
Interface for functions that accept and return one float primitive. Created: Mon Nov 5 22:19:36 2001
Version:
$Id: TFloatFunction.java,v 1.8 2002/09/22 21:53:40 ericdf Exp $
Author:
Eric D. Friedman
Method Summary
Methods
Modifier and Type
Method and Description
float
execute
(float value)
Execute this function with
value
Method Detail
execute
float execute(float value)
Execute this function with
value
Parameters:
value
- an
float
input
Returns:
an
float
result
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method