Vector<T>.UnaryPlus(Vector<T>) Operátor

Definice

Vrátí daný vektor beze změny.

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)

Parametry

value
Vector<T>

Vektor.

Návraty

value

Výjimky

Typ vektoru (T) není podporován.

Platí pro