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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.