IntPtr.IAdditionOperators<IntPtr,IntPtr,IntPtr>.CheckedAddition Operator (System) (original) (raw)

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Adds two values together to compute their sum.

 static IntPtr System.Numerics.IAdditionOperators<nint,nint,nint>.op_CheckedAddition(IntPtr left, IntPtr right) = System::Numerics::IAdditionOperators<IntPtr, IntPtr, IntPtr>::op_CheckedAddition;
static IntPtr IAdditionOperators<IntPtr,IntPtr,IntPtr>.op_CheckedAddition(IntPtr left, IntPtr right);
static member System.Numerics.IAdditionOperators<nint,nint,nint>.op_CheckedAddition : nativeint * nativeint -> nativeint
 Shared op_CheckedAddition (left As IntPtr, right As IntPtr) As IntPtr Implements IAdditionOperators(Of IntPtr, IntPtr, IntPtr).op_CheckedAddition

Parameters

left

IntPtr

nativeint

The value to which right is added.

right

IntPtr

nativeint

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to