Click or drag to resize

AtomicLongDecrementAndGet Method (Int64)

Increments and returns the value.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public long DecrementAndGet(
	long value
)

Parameters

value
Type: SystemInt64

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.AtomicLong.DecrementAndGet(System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:com.espertech.esper.compat.AtomicLong.DecrementAndGet(System.Int64)"]

See Also