UIntPtr.IDecrementOperators<UIntPtr>.CheckedDecrement(UIntPtr) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞減值。
static UIntPtr System.Numerics.IDecrementOperators<nuint>.op_CheckedDecrement(UIntPtr value) = System::Numerics::IDecrementOperators<UIntPtr>::op_CheckedDecrement;
static UIntPtr IDecrementOperators<UIntPtr>.op_CheckedDecrement (UIntPtr value);
static member System.Numerics.IDecrementOperators<nuint>.op_CheckedDecrement : unativeint -> unativeint
Shared op_CheckedDecrement (value As UIntPtr) As UIntPtr Implements IDecrementOperators(Of UIntPtr).op_CheckedDecrement
參數
- value
-
UIntPtr
unativeint
要遞減的值。
傳回
UIntPtr
unativeint
遞減 value
的結果。