Java.Util.Concurrent.Atomic.AtomicInteger.LongValue Method
Returns the value of this AtomicInteger as a long after a widening primitive conversion.

Syntax

[Android.Runtime.Register("longValue", "()J", "GetLongValueHandler")]
public override long LongValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of this AtomicInteger as a long after a widening primitive conversion.

[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