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