Half.Addition(Half, Half) 操作员

定义

将两个值相加以计算其总和。

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

参数

left
Half

right 添加到的值。

right
Half

添加到 left的值。

返回

leftright的总和。

实现

适用于