Char.IAdditionOperators<Char,Char,Char>.CheckedAddition Operator
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;
C#
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
- left
- Char
The value to which right
is added.
- right
- Char
The value that's added to left
.
The sum of left
and right
.
Produkt | Verzie |
---|---|
.NET | 7, 8, 9, 10 |
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: