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.

C#
static short IDecrementOperators<short>.op_CheckedDecrement(short value);

Parameters

value
Int16

The value to decrement.

Returns

The result of decrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10