Vector256.AndNot<T>(Vector256<T>, Vector256<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のベクトルのビットごとの補数と、別のベクトルの補数を計算します。
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector256<T> AndNot(System::Runtime::Intrinsics::Vector256<T> left, System::Runtime::Intrinsics::Vector256<T> right);
public static System.Runtime.Intrinsics.Vector256<T> AndNot<T> (System.Runtime.Intrinsics.Vector256<T> left, System.Runtime.Intrinsics.Vector256<T> right) where T : struct;
static member AndNot : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> (requires 'T : struct)
Public Function AndNot(Of T As Structure) (left As Vector256(Of T), right As Vector256(Of T)) As Vector256(Of T)
型パラメーター
- T
ベクター内の要素の型。
パラメーター
- left
- Vector256<T>
ビットごとのベクトルと .right
- right
- Vector256<T>
そのベクトルは、ビットごとの前と left
.
戻り値
のビットごとの補数と left
1 の補数 right
。