Vector4.RightShift(Vector4, Int32) Operátor

Definice

Posune (podepsáno) každý prvek vektoru doprava o zadanou částku.

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

Parametry

value
Vector4

Vektor, jehož prvky mají být posunuty.

shiftAmount
Int32

Návraty

Vektor, jehož prvky jsou posunuty doprava shiftCount.

Platí pro