op_Addition
Point3D Addition operator
实现运算符 +。
public static Point3D operator +(Point3D a, Point3D b)
范围 | 类型 | 描述 |
---|---|---|
a | Point3D | a. |
b | Point3D | b. |
返回值
运算符的结果。
实现运算符 +。
public static Point3D operator +(Point3D a, Point3D b)
范围 | 类型 | 描述 |
---|---|---|
a | Point3D | a. |
b | Point3D | b. |
运算符的结果。