SByte.IIncrementOperators<SByte>.CheckedIncrement(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>.op_CheckedIncrement(System::SByte value) = System::Numerics::IIncrementOperators<System::SByte>::op_CheckedIncrement;
static sbyte IIncrementOperators<sbyte>.op_CheckedIncrement (sbyte value);
static member System.Numerics.IIncrementOperators<System.SByte>.op_CheckedIncrement : sbyte -> sbyte
Shared op_CheckedIncrement (value As SByte) As SByte Implements IIncrementOperators(Of SByte).op_CheckedIncrement
Parameters
- value
- SByte
The value to increment.
Returns
The result of incrementing value
.
Implements
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.