Compartir a través de


Vector64.OnesComplement<T>(Vector64<T>) Método

Definición

Calcula el complemento uno de un vector.

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector64<T> OnesComplement(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector64<T> OnesComplement(System::Runtime::Intrinsics::Vector64<T> vector);
public static System.Runtime.Intrinsics.Vector64<T> OnesComplement<T> (System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector64<T> OnesComplement<T> (System.Runtime.Intrinsics.Vector64<T> vector);
static member OnesComplement : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> (requires 'T : struct)
static member OnesComplement : System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
Public Function OnesComplement(Of T As Structure) (vector As Vector64(Of T)) As Vector64(Of T)
Public Function OnesComplement(Of T) (vector As Vector64(Of T)) As Vector64(Of T)

Parámetros de tipo

T

Tipo de los elementos del vector.

Parámetros

vector
Vector64<T>

Vector cuyo complemento uno se va a calcular.

Devoluciones

Vector cuyos elementos son el complemento uno de los elementos correspondientes de vector.

Excepciones

No se admite el tipo de vector (T).

Se aplica a