IntPtr.IAdditionOperators<IntPtr,IntPtr,IntPtr>.Addition Operator
Definition
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>.operator +(IntPtr left, IntPtr right) = System::Numerics::IAdditionOperators<IntPtr, IntPtr, IntPtr>::op_Addition;
static IntPtr IAdditionOperators<IntPtr,IntPtr,IntPtr>.operator + (IntPtr left, IntPtr right);
static member ( + ) : nativeint * nativeint -> nativeint
Shared Operator + (left As IntPtr, right As IntPtr) As IntPtr Implements IAdditionOperators(Of IntPtr, IntPtr, IntPtr).op_Addition
Parameters
- left
-
IntPtr
nativeint
The value to which right
is added.
- right
-
IntPtr
nativeint
The value that's added to left
.
Returns
IntPtr
nativeint
The sum of left
and right
.
Implements
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.