Java.Util.Concurrent.Atomic.AtomicIntegerArray.DecrementAndGet Method
Atomically decrements by one the element at index i.

Syntax

[Android.Runtime.Register("decrementAndGet", "(I)I", "")]
public int DecrementAndGet (int i)

Parameters

i
the index

Returns

Documentation for this section has not yet been entered.

Remarks

Atomically decrements by one 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