|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of DoubleFunction that forwards to a Func<Double, TResult>. More...
Public Member Functions | |
| DelegateDoubleFunction (Func< double, TResult > func) | |
| Initializes a new instance. | |
| object? | apply (double t) |
Implementation of DoubleFunction that forwards to a Func<Double, TResult>.
| TResult |
Definition at line 10 of file DelegateDoubleFunction.cs.
| java.util.function.DelegateDoubleFunction< TResult >.DelegateDoubleFunction | ( | Func< double, TResult > | func | ) |
Initializes a new instance.
| func |
| ArgumentNullException |
Definition at line 20 of file DelegateDoubleFunction.cs.
| object? java.util.function.DelegateDoubleFunction< TResult >.apply | ( | double | t | ) |
Definition at line 25 of file DelegateDoubleFunction.cs.