UInt128.Decrement(UInt128) 運算子

定義

遞減值。

public:
 static UInt128 operator --(UInt128 value) = System::Numerics::IDecrementOperators<UInt128>::op_Decrement;
public static UInt128 operator -- (UInt128 value);
static member op_Decrement : UInt128 -> UInt128
Public Shared op_Decrement (value As UInt128) As UInt128

參數

value
UInt128

要遞減的值。

傳回

遞減 value 的結果。

實作

適用於