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

Definição

Retorna um determinado vetor inalterado.

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>

O vetor.

Retornos

value

Exceções

Não há suporte para o tipo de vetor (T).

Aplica-se a