UIntPtr.IAdditionOperators<UIntPtr,UIntPtr,UIntPtr>.CheckedAddition Operator

Definition

Adds two values together to compute their sum.

C#
static UIntPtr IAdditionOperators<UIntPtr,UIntPtr,UIntPtr>.op_CheckedAddition(UIntPtr left, UIntPtr right);

Parameters

left
UIntPtr

The value to which right is added.

right
UIntPtr

The value that's added to left.

Returns

UIntPtr

The sum of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9