SByte.IIncrementOperators<SByte>.Increment(SByte) 运算符

定义

递增值。

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

实现

适用于