共用方式為


Vector256.OnesComplement<T>(Vector256<T>) 方法

定義

計算向量的補數。

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

類型參數

T

向量中專案的型別。

參數

vector
Vector256<T>

要計算其 ones-補數的向量。

傳回

Vector256<T>

向量,其專案是 中 vector 對應元素的補數。

適用於