Int32.IIncrementOperators<Int32>.CheckedIncrement(Int32) Operator
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.
Increments a value.
static int System.Numerics.IIncrementOperators<System.Int32>.op_CheckedIncrement(int value) = System::Numerics::IIncrementOperators<int>::op_CheckedIncrement;
static int IIncrementOperators<int>.op_CheckedIncrement (int value);
static member System.Numerics.IIncrementOperators<System.Int32>.op_CheckedIncrement : int -> int
Shared op_CheckedIncrement (value As Integer) As Integer Implements IIncrementOperators(Of Integer).op_CheckedIncrement
Parameters
- value
- Int32
The value to increment.
Returns
The result of incrementing value
.
Implements
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.