Byte.IAdditionOperators<Byte,Byte,Byte>.CheckedAddition Operator

Definition

Adds two values together to compute their sum.

C#
static byte IAdditionOperators<byte,byte,byte>.op_CheckedAddition(byte left, byte right);

Parameters

left
Byte

The value to which right is added.

right
Byte

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9