Aracılığıyla paylaş


Vector<T>.UnaryNegation(Vector<T>) Operatör

Tanım

Belirli bir vektöre olumsuzluk verir.

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)

Parametreler

value
Vector<T>

Yok etmek için vektör.

Döndürülenler

Olumsuzlanan vektör.

Özel durumlar

.NET 5 ve üzeri: Tür T desteklenmiyor.

Açıklamalar

UnaryNegation yöntemi, nesneler için Vector<T> birli olumsuzlama işlemini tanımlar.

Şunlara uygulanır