| IAtomicLongDecrementAndGet Method |
Atomically decrements the current value by one.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function DecrementAndGet As Long
long long DecrementAndGet()
abstract DecrementAndGet : unit -> int64
Return Value
Type:
Int64the updated value
Remarks Atomically decrements the current value by one.
See Also