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