Int16.IUnaryNegationOperators<Int16,Int16>.CheckedUnaryNegation Operator

Definition

Computes the checked unary negation of a value.

C#
static short IUnaryNegationOperators<short,short>.op_CheckedUnaryNegation(short value);

Parameters

value
Int16

The value for which to compute the unary negation.

Returns

The unary negation of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10