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