Vector<T>.OnesComplement(Vector<T>) Operátor

Definice

Vrátí nový vektor, jehož prvky jsou získány převzetím určitého doplňku prvků zadaného vektoru.

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>

Zdrojový vektor.

Návraty

Vektor doplňku jedničky.

Výjimky

.NET 5 a novější: Typ T se nepodporuje.

Platí pro