gnu.trove
public interface TFloatDoubleProcedure
Version: $Id: TFloatDoubleProcedure.java,v 1.7 2002/09/22 21:53:40 ericdf Exp $
| Method Summary | |
|---|---|
| boolean | execute(float a, double b)
Executes this procedure. |
Parameters: a an float value b an double value
Returns: true if additional invocations of the procedure are allowed.