UInt32.IIncrementOperators<UInt32>.CheckedIncrement(UInt32) 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 System::UInt32 System.Numerics.IIncrementOperators<System.UInt32>.op_CheckedIncrement(System::UInt32 value) = System::Numerics::IIncrementOperators<System::UInt32>::op_CheckedIncrement;
static uint IIncrementOperators<uint>.op_CheckedIncrement (uint value);
static member System.Numerics.IIncrementOperators<System.UInt32>.op_CheckedIncrement : uint32 -> uint32
Shared op_CheckedIncrement (value As UInteger) As UInteger Implements IIncrementOperators(Of UInteger).op_CheckedIncrement
Parameters
- value
- UInt32
The value to increment.
Returns
The result of incrementing value
.
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.