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

Definição

Nega um vetor determinado.

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 (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)>
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 a ser negado.

Retornos

O vetor negado.

Exceções

.NET 5 e posterior: não há suporte para tipo T .

Comentários

O UnaryNegation método define a operação de negação unária para Vector<T> objetos.

Aplica-se a