UInt128.Addition(UInt128, UInt128) 演算子

定義

合計を計算するために 2 つの値を加算します。

public:
 static UInt128 operator +(UInt128 left, UInt128 right) = System::Numerics::IAdditionOperators<UInt128, UInt128, UInt128>::op_Addition;
public static UInt128 operator + (UInt128 left, UInt128 right);
static member ( + ) : UInt128 * UInt128 -> UInt128
Public Shared Operator + (left As UInt128, right As UInt128) As UInt128

パラメーター

left
UInt128

追加先の right 値。

right
UInt128

left追加される値。

戻り値

leftright の合計。

実装

適用対象