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_CheckedDecrementParameters
- value
- UInt32
The value to decrement.
Returns
The result of decrementing value.