Int64.IDecrementOperators<Int64>.Decrement(Int64) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
递减值。
static long System.Numerics.IDecrementOperators<System.Int64>.operator --(long value) = System::Numerics::IDecrementOperators<long>::op_Decrement;
static long IDecrementOperators<long>.operator -- (long value);
static member System.Numerics.IDecrementOperators<System.Int64>.op_Decrement : int64 -> int64
Shared op_Decrement (value As Long) As Long Implements IDecrementOperators(Of Long).op_Decrement
参数
- value
- Int64
要递减的值。
返回
递减 value
的结果。