Java.Util.Concurrent.Atomic.AtomicIntegerArray.AddAndGet Method
Atomically adds the given value to the element at index i.

Syntax

[Android.Runtime.Register("addAndGet", "(II)I", "")]
public int AddAndGet (int i, int delta)

Parameters

i
the index
delta
the value to add

Returns

Documentation for this section has not yet been entered.

Remarks

Atomically adds the given value to the element at index i.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Atomic
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1