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