Vector4.UnsignedRightShift(Vector4, Int32) Operator

定義

ベクターの各要素を、指定した量だけ右にシフト (符号なし) します。

public:
 static System::Numerics::Vector4 op_UnsignedRightShift(System::Numerics::Vector4 value, int shiftAmount);
public static System.Numerics.Vector4 op_UnsignedRightShift(System.Numerics.Vector4 value, int shiftAmount);
static member op_UnsignedRightShift : System.Numerics.Vector4 * int -> System.Numerics.Vector4
Public Shared op_UnsignedRightShift (value As Vector4, shiftAmount As Integer) As Vector4

パラメーター

value
Vector4

要素がシフトされるベクター。

shiftAmount
Int32

返品

shiftCountで右にシフトした要素を持つベクトル。

適用対象