double-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| DoubleFunction1<R> |
Represents a function that accepts a
double-valued argument and produces a result. |
| ToDoubleFunction0 |
Represents a function that accepts no arguments and produces a
double-valued result. |
| ToDoubleFunction1<T1> |
Represents a function that accepts one argument and produces a
double-valued result. |
| ToDoubleFunction2<T1,T2> |
Represents a function that accepts two arguments and produces a
double-valued result. |
| ToDoubleFunctionN |
Represents a function that accepts
n arguments and produces a double-valued result. |
| Class | Description |
|---|---|
| ToDoubleFunctionN.Instance |
An instance of
ToDoubleFunctionN which properly defines the
arity of that particular function. |
double-valued type parameters or return types.