SByte.IIncrementOperators<SByte>.Increment(SByte) Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increments a value.
 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_IncrementParameters
- value
- SByte
The value to increment.
Returns
The result of incrementing value.