Vector512.BitwiseOr<T>(Vector512<T>, Vector512<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのベクトルのビットごとのまたは 2 つのベクトルを計算します。
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector512<T> BitwiseOr(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static System.Runtime.Intrinsics.Vector512<T> BitwiseOr<T>(System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member BitwiseOr : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function BitwiseOr(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を使用するベクター。
返品
ビットごとのまたは left と right。
例外
leftとright (T) の種類はサポートされていません。