Vector<T>.OnesComplement(Vector<T>) Operator

Definicja

Zwraca nowy wektor, którego elementy są uzyskiwane przez pobranie uzupełnienia określonego wektora.

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)

Parametry

value
Vector<T>

Wektor źródłowy.

Zwraca

Wektor dopełniacza.

Wyjątki

.NET 5 i nowsze: typ T nie jest obsługiwany.

Dotyczy