IIncrementOperators<TSelf>.CheckedIncrement(TSelf) Operator

Definition

Increments a value.

C#
public static virtual TSelf op_CheckedIncrement(TSelf value);

Parameters

value
TSelf

The value to increment.

Returns

TSelf

The result of incrementing value.

Exceptions

The result of incrementing value is not representable by TSelf.

Applies to

Product Versions
.NET 7, 8, 9