IntSummaryStatistics.Accept(Int32) Method

Definition

Records a new value into the summary information

[Android.Runtime.Register("accept", "(I)V", "GetAccept_IHandler", ApiSince=24)]
public virtual void Accept (int value);
[<Android.Runtime.Register("accept", "(I)V", "GetAccept_IHandler", ApiSince=24)>]
abstract member Accept : int -> unit
override this.Accept : int -> unit

Parameters

value
Int32

the input value

Implements

Attributes

Remarks

Records a new value into the summary information

Java documentation for java.util.IntSummaryStatistics.accept(int).

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