UInt64.IAdditionOperators<UInt64,UInt64,UInt64>.Addition 運算子

定義

將兩個值相加以計算其總和。

 static System::UInt64 System.Numerics.IAdditionOperators<System.UInt64,System.UInt64,System.UInt64>.operator +(System::UInt64 left, System::UInt64 right) = System::Numerics::IAdditionOperators<System::UInt64, System::UInt64, System::UInt64>::op_Addition;
static ulong IAdditionOperators<ulong,ulong,ulong>.operator + (ulong left, ulong right);
static member ( + ) : uint64 * uint64 -> uint64
 Shared Operator + (left As ULong, right As ULong) As ULong Implements IAdditionOperators(Of ULong, ULong, ULong).op_Addition

參數

left
UInt64

要加入的值 right

right
UInt64

新增至 left 的值。

傳回

leftright 的總和。

實作

適用於