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