Interface ILongToDoubleFunction
Listener for Java LongToDoubleFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/LongToDoubleFunction.html. Extends IJVMBridgeBase
public interface ILongToDoubleFunction : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
ApplyAsDouble(long)
Executes the LongToDoubleFunction action in the CLR
double ApplyAsDouble(long o)
Parameters
o
longThe input of LongToDoubleFunction
Returns
- double
The applyAsDouble result