Vector<T>.UnaryPlus(Vector<T>) 操作员 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回未更改的给定向量。
public:
 static System::Numerics::Vector<T> operator +(System::Numerics::Vector<T> value);public static System.Numerics.Vector<T> operator +(System.Numerics.Vector<T> value);static member ( ~+ ) : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>Public Shared Operator + (value As Vector(Of T)) As Vector(Of T)参数
- value
- Vector<T>
向量。
返回
value
例外
不支持向量 (T) 的类型。