Table of Contents

Interface IDoubleUnaryOperator

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IDoubleUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

ApplyAsDouble(double)

Executes the DoubleUnaryOperator action in the CLR

double ApplyAsDouble(double obj)

Parameters

obj double

The DoubleUnaryOperator object

Returns

double

The apply result