Share via


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

Tanım

Öğeleri belirtilen vektör öğelerinin tamamlayıcısı alınarak elde edilen yeni bir vektör döndürür.

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 op_OnesComplement : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)>
static member op_OnesComplement : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Operator Not (value As Vector(Of T)) As Vector(Of T)

Parametreler

value
Vector<T>

Kaynak vektör.

Döndürülenler

Birinin tamamlayıcı vektör.

Özel durumlar

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

Şunlara uygulanır