Char.IAdditionOperators<Char,Char,Char>.CheckedAddition 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 char System.Numerics.IAdditionOperators<System.Char,System.Char,System.Char>.op_CheckedAddition(char left, char right) = System::Numerics::IAdditionOperators<char, char, char>::op_CheckedAddition;
static char IAdditionOperators<char,char,char>.op_CheckedAddition (char left, char right);
static member System.Numerics.IAdditionOperators<System.Char,System.Char,System.Char>.op_CheckedAddition : char * char -> char
Shared op_CheckedAddition (left As Char, right As Char) As Char Implements IAdditionOperators(Of Char, Char, Char).op_CheckedAddition
Parameters
- left
- Char
The value to which right
is added.
- right
- Char
The value that's added to left
.
Returns
The sum of left
and right
.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.