IntSummaryStatistics.Combine(IntSummaryStatistics) Method

Definition

Combines the state of another IntSummaryStatistics into this one.

[Android.Runtime.Register("combine", "(Ljava/util/IntSummaryStatistics;)V", "GetCombine_Ljava_util_IntSummaryStatistics_Handler", ApiSince=24)]
public virtual void Combine (Java.Util.IntSummaryStatistics? other);
[<Android.Runtime.Register("combine", "(Ljava/util/IntSummaryStatistics;)V", "GetCombine_Ljava_util_IntSummaryStatistics_Handler", ApiSince=24)>]
abstract member Combine : Java.Util.IntSummaryStatistics -> unit
override this.Combine : Java.Util.IntSummaryStatistics -> unit

Parameters

other
IntSummaryStatistics

another IntSummaryStatistics

Attributes

Remarks

Combines the state of another IntSummaryStatistics into this one.

Java documentation for java.util.IntSummaryStatistics.combine(java.util.IntSummaryStatistics).

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