Int16.IDecrementOperators<Int16>.CheckedDecrement(Int16) 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.
Decrements a value.
static short System.Numerics.IDecrementOperators<System.Int16>.op_CheckedDecrement(short value) = System::Numerics::IDecrementOperators<short>::op_CheckedDecrement;
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
Parameters
- value
- Int16
The value to decrement.
Returns
The result of decrementing value
.
Implements
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.