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

实现

适用于