IDoubleConsumer.Accept(Double) Method

Definition

Performs this operation on the given argument.

[Android.Runtime.Register("accept", "(D)V", "GetAccept_DHandler:Java.Util.Functions.IDoubleConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Accept (double value);
[<Android.Runtime.Register("accept", "(D)V", "GetAccept_DHandler:Java.Util.Functions.IDoubleConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Accept : double -> unit

Parameters

value
Double

the input argument

Attributes

Remarks

Performs this operation on the given argument.

Java documentation for java.util.function.DoubleConsumer.accept(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to