Vector<T>.UnaryPlus(Vector<T>) 运算符

定义

返回未更改的给定向量。

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) 的类型。

适用于