OperationCounter.Decrement Method

Definition

Overloads

Decrement()

Reduces the operation count by 1.

Decrement(Int32)

Reduces the operation count by the specified value.

Decrement()

Reduces the operation count by 1.

public int Decrement ();
member this.Decrement : unit -> int
Public Function Decrement () As Integer

Returns

The updated operation count.

Applies to

Decrement(Int32)

Reduces the operation count by the specified value.

public int Decrement (int value);
member this.Decrement : int -> int
Public Function Decrement (value As Integer) As Integer

Parameters

value
Int32

The number of operations to reduce the count by.

Returns

The updated operation count.

Applies to