Vector<T>.UnaryPlus(Vector<T>) Operador

Definición

Devuelve un vector determinado sin cambios.

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)

Parámetros

value
Vector<T>

Vector.

Devoluciones

value

Excepciones

No se admite el tipo del vector (T).

Se aplica a