UInt32.IDecrementOperators<UInt32>.CheckedDecrement(UInt32) 運算子

定義

遞減值。

 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

參數

value
UInt32

要遞減的值。

傳回

遞減 value 的結果。

實作

適用於