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) の型はサポートされていません。

適用対象