Char.IUnaryNegationOperators<Char,Char>.CheckedUnaryNegation Operator

Definition

Computes the checked unary negation of a value.

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

Parameters

value
Char

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