Int128.Decrement(Int128) 運算子

定義

遞減值。

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 的結果。

實作

適用於