LongAccumulator.Accumulate(Int64) Method

Definition

Updates with the given value.

[Android.Runtime.Register("accumulate", "(J)V", "GetAccumulate_JHandler", ApiSince=24)]
public virtual void Accumulate (long x);
[<Android.Runtime.Register("accumulate", "(J)V", "GetAccumulate_JHandler", ApiSince=24)>]
abstract member Accumulate : int64 -> unit
override this.Accumulate : int64 -> unit

Parameters

x
Int64

the value

Attributes

Remarks

Updates with the given value.

Java documentation for java.util.concurrent.atomic.LongAccumulator.accumulate(long).

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