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

Definizione

Nega un vettore specificato.

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)

Parametri

value
Vector<T>

Vettore da negare.

Restituisce

Vettore negato.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Commenti

Il UnaryNegation metodo definisce l'operazione di negazione unaria per Vector<T> gli oggetti .

Si applica a