UInt64.IDecrementOperators<UInt64>.CheckedDecrement(UInt64) Operator

Definition

Decrements a value.

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

Parameters

value
UInt64

The value to decrement.

Returns

The result of decrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9