float-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| FloatFunction1<R> |
Represents a function that accepts a
float-valued argument and produces a result. |
| ToFloatFunction0 |
Represents a function that accepts no arguments and produces a
float-valued result. |
| ToFloatFunction1<T1> |
Represents a function that accepts one argument and produces a
float-valued result. |
| ToFloatFunction2<T1,T2> |
Represents a function that accepts two arguments and produces a
float-valued result. |
| ToFloatFunctionN |
Represents a function that accepts
n arguments and produces a float-valued result. |
| Class | Description |
|---|---|
| ToFloatFunctionN.Instance |
An instance of
ToFloatFunctionN which properly defines the
arity of that particular function. |
float-valued type parameters or return types.