OperationCounter.Decrement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.