Vector64<T>.RightShift(Vector64<T>, Int32) 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ベクトルの各要素を、指定した量だけ右にシフト (符号付き) します。
public:
static System::Runtime::Intrinsics::Vector64<T> operator >>(System::Runtime::Intrinsics::Vector64<T> value, int shiftCount);
public static System.Runtime.Intrinsics.Vector64<T> operator >> (System.Runtime.Intrinsics.Vector64<T> value, int shiftCount);
static member ( >>> ) : System.Runtime.Intrinsics.Vector64<'T> * int -> System.Runtime.Intrinsics.Vector64<'T>
Public Shared Operator >> (value As Vector64(Of T), shiftCount As Integer) As Vector64(Of T)
パラメーター
- value
- Vector64<T>
要素がシフトされるベクトル。
- shiftCount
- Int32
各要素をシフトするビット数。
戻り値
要素が で shiftCount
右にシフトしたベクトル。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET