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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.