UInt64.IAdditionOperators<UInt64,UInt64,UInt64>.Addition 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将两个值相加以计算其和。
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
的值。
返回
left
与 right
的和。