UInt64.IUnaryNegationOperators<UInt64,UInt64>.CheckedUnaryNegation Operator

Definition

Computes the checked unary negation of a value.

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

Parameters

value
UInt64

The value for which to compute the unary negation.

Returns

The unary negation of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9