Int16.IDecrementOperators<Int16>.CheckedDecrement(Int16) Operator
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.
Decrements a value.
static short System.Numerics.IDecrementOperators<System.Int16>.op_CheckedDecrement(short value) = System::Numerics::IDecrementOperators<short>::op_CheckedDecrement;
C#
static short IDecrementOperators<short>.op_CheckedDecrement(short value);
static member System.Numerics.IDecrementOperators<System.Int16>.op_CheckedDecrement : int16 -> int16
Shared op_CheckedDecrement (value As Short) As Short Implements IDecrementOperators(Of Short).op_CheckedDecrement
- value
- Int16
The value to decrement.
The result of decrementing value
.
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: